Package | Description |
---|---|
org.jbpm.form.builder.services.model.items |
Modifier and Type | Method and Description |
---|---|
static BorderPanelRepresentation.Position |
BorderPanelRepresentation.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderPanelRepresentation.Position[] |
BorderPanelRepresentation.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<BorderPanelRepresentation.Position,FormItemRepresentation> |
BorderPanelRepresentation.getItems() |
Modifier and Type | Method and Description |
---|---|
FormItemRepresentation |
BorderPanelRepresentation.putItem(BorderPanelRepresentation.Position key,
FormItemRepresentation value) |
Modifier and Type | Method and Description |
---|---|
void |
BorderPanelRepresentation.setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.