Package | Description |
---|---|
de.xima.fc.gui.bean | |
de.xima.fc.gui.bean.application | |
de.xima.fc.gui.bean.application.templates | |
de.xima.fc.gui.model | |
de.xima.fc.gui.statics |
Modifier and Type | Method and Description |
---|---|
void |
FCContextBean.switchMainView(EViews view) |
void |
FCContextBean.switchSubView(EViews view) |
Modifier and Type | Method and Description |
---|---|
void |
ViewBean.setCurrentView(EViews model) |
Modifier and Type | Method and Description |
---|---|
IMenuEntryModel |
MenuTemplateBean.findByEView(EViews viewEnum,
List<IMenuEntryModel> entries) |
Constructor and Description |
---|
MenuEntryModel(EViews view,
String text,
String iconClass,
boolean rendered) |
MenuEntryModel(EViews view,
String text,
String iconClass,
boolean rendered,
boolean renderOnDash) |
MenuEntryModel(EViews view,
String text,
String iconClass,
boolean rendered,
boolean renderOnDash,
String dashHeader) |
MenuEntryModel(EViews view,
String text,
String iconClass,
boolean rendered,
String dashHeader) |
MenuEntryModel(EViews view,
String text,
String iconClass,
int level,
boolean rendered) |
MenuEntryModel(EViews view,
String href,
String text,
String iconClass,
boolean rendered) |
SubMenuEntryModel(EViews view,
String text,
String iconClass,
boolean rendered) |
SubMenuEntryModel(EViews view,
String text,
String iconClass,
boolean rendered,
EProjectWizard projectWizardType) |
SubMenuEntryModel(EViews view,
String href,
String text,
String iconClass,
boolean rendered) |
Modifier and Type | Method and Description |
---|---|
static EViews |
EViews.getByUri(String uri) |
static EViews |
EViews.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EViews[] |
EViews.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.