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 SaNavigation
SaNavigation.getChildren()
public final String getIndexForm()
getIndexForm
in interface SaNavigation
SaNavigation.getIndexForm()
public final String getQueryForm()
getQueryForm
in interface SaNavigation
SaNavigation.getQueryForm()
public final String getTitle()
getTitle
in interface SaNavigation
SaNavigation.getTitle()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.