Package com.saperion.rmi
Class SaNavigationImpl
java.lang.Object
com.saperion.rmi.SaNavigationImpl
- All Implemented Interfaces:
SaNavigation
,SaUserSettingType
,Serializable
The JNI implementation of the
The object is instantiated and filled by the JNI layer.
SaNavigation
interface. The object is instantiated and filled by the JNI layer.
- Author:
- rbo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.saperion.intf.SaUserSettingType
SaUserSettingType.TYPE
-
Constructor Summary
ConstructorsConstructorDescriptionSaNavigationImpl
(String elementTitle) Constructor.SaNavigationImpl
(String elementTitel, String queryName, String indexName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addChild
(SaNavigation child) final List<SaNavigation>
final String
final String
final String
getTitle()
final boolean
isPane()
-
Constructor Details
-
SaNavigationImpl
Constructor.- Parameters:
elementTitel
- TitlequeryName
- QueryformindexName
- Indexform
-
SaNavigationImpl
Constructor.- Parameters:
elementTitle
- Title
-
-
Method Details
-
isPane
public final boolean isPane()- Returns:
- Is pane
-
getChildren
- Specified by:
getChildren
in interfaceSaNavigation
- Returns:
- Children
- See Also:
-
getIndexForm
- Specified by:
getIndexForm
in interfaceSaNavigation
- Returns:
- Index form name
- See Also:
-
getQueryForm
- Specified by:
getQueryForm
in interfaceSaNavigation
- Returns:
- Query form name
- See Also:
-
getTitle
- Specified by:
getTitle
in interfaceSaNavigation
- Returns:
- Title
- See Also:
-