public class MenuOptions extends Object
| Constructor and Description |
|---|
MenuOptions(String basePath,
String currentPath,
String auxiliaryPath,
int openLevels,
int startLevel,
int maxLevels)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuxiliaryPath()
Getter for auxiliaryPath.
|
String |
getBasePath()
Getter for basePath.
|
String |
getCurrentPath()
Getter for currentPath.
|
int |
getMaxLevels()
Getter for maxLevels.
|
int |
getOpenLevels()
Getter for openLevels.
|
int |
getStartLevel()
Getter for startLevel.
|
boolean |
isLazy()
Getter for lazy.
|
void |
setLazy(boolean lazy)
Setter for lazy.
|
public MenuOptions(String basePath, String currentPath, String auxiliaryPath, int openLevels, int startLevel, int maxLevels)
basePath - base pathcurrentPath - current pathauxiliaryPath - auxiliary pathopenLevels - open levelsstartLevel - start levelmaxLevels - max levelslazy - lazy loading indicatorpublic String getBasePath()
public String getCurrentPath()
public String getAuxiliaryPath()
public int getOpenLevels()
public int getStartLevel()
public int getMaxLevels()
public boolean isLazy()
public void setLazy(boolean lazy)
lazy - the lazy to setCopyright © 2020. All rights reserved.