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 voidaddChild(SaNavigation child) final List<SaNavigation>final Stringfinal Stringfinal StringgetTitle()final booleanisPane()
-
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:
getChildrenin interfaceSaNavigation- Returns:
- Children
- See Also:
-
getIndexForm
- Specified by:
getIndexFormin interfaceSaNavigation- Returns:
- Index form name
- See Also:
-
getQueryForm
- Specified by:
getQueryFormin interfaceSaNavigation- Returns:
- Query form name
- See Also:
-
getTitle
- Specified by:
getTitlein interfaceSaNavigation- Returns:
- Title
- See Also:
-