public class SaNavigationImpl extends Object implements SaNavigation, Serializable
SaNavigation interface. SaUserSettingType.TYPE| Constructor and Description |
|---|
SaNavigationImpl(String elementTitle)
Constructor.
|
SaNavigationImpl(String elementTitel,
String queryName,
String indexName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(SaNavigation child) |
List<SaNavigation> |
getChildren() |
String |
getIndexForm() |
String |
getQueryForm() |
String |
getTitle() |
boolean |
isPane() |
public SaNavigationImpl(String elementTitel, String queryName, String indexName)
elementTitel - TitlequeryName - QueryformindexName - Indexformpublic SaNavigationImpl(String elementTitle)
elementTitle - Titlepublic final boolean isPane()
public final void addChild(SaNavigation child)
child - New childpublic final List<SaNavigation> getChildren()
getChildren in interface SaNavigationSaNavigation.getChildren()public final String getIndexForm()
getIndexForm in interface SaNavigationSaNavigation.getIndexForm()public final String getQueryForm()
getQueryForm in interface SaNavigationSaNavigation.getQueryForm()public final String getTitle()
getTitle in interface SaNavigationSaNavigation.getTitle()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.