| Modifier and Type | Method and Description |
|---|---|
ViewMode |
WicketBuildContext.getViewMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIBuilderWicket.build(WicketBuildContext ctx,
ViewMode viewMode) |
WicketBuildContext |
WicketBuildContext.init(UIBuilderWicket uiBuilderWicket,
ViewMode viewMode) |
| Modifier and Type | Method and Description |
|---|---|
static ViewMode |
ViewMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewMode[] |
ViewMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BreadCrumbPanel(String id,
org.apache.wicket.model.IModel<? extends SInstance> model,
org.apache.wicket.model.IModel<String> listaLabel,
WicketBuildContext ctx,
ViewMode viewMode,
SViewBreadcrumb view) |
BreadCrumbStatus(org.apache.wicket.model.IModel<SIList<SInstance>> listModel,
org.apache.wicket.model.IModel<String> listaLabel,
WicketBuildContext ctx,
SViewBreadcrumb view,
org.apache.wicket.model.IModel<SInstance> currentInstance,
String instanceBackupXml,
boolean adding,
ViewMode viewMode) |
| Constructor and Description |
|---|
FileUploadPanel(String id,
org.apache.wicket.model.IModel<SIAttachment> model,
ViewMode viewMode) |
| Modifier and Type | Method and Description |
|---|---|
ViewMode |
SingularFormPanel.getViewMode()
Retorna a configuração para exibição do formulário da instância (edição, readonly).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingularFormPanel.setViewMode(ViewMode viewMode)
Define como o formulário deve ser tratado (edição, readonly, etc.) .
|
Copyright © 2017. All rights reserved.