| Package | Description |
|---|---|
| com.orchestranetworks.ui |
This package provides the capability to create custom user interface components
that are integrated within EBX®.
|
| com.orchestranetworks.ui.form |
This package allows customizing forms.
|
| Modifier and Type | Field and Description |
|---|---|
static UIFormRowIcon |
UIFormRowIcon.ATTRIBUTE |
static UIFormRowIcon |
UIFormRowIcon.BLANK |
static UIFormRowIcon |
UIFormRowIcon.FOREIGN_KEY |
static UIFormRowIcon |
UIFormRowIcon.GROUP |
static UIFormRowIcon |
UIFormRowIcon.PRIMARY_FOREIGN_KEY |
static UIFormRowIcon |
UIFormRowIcon.PRIMARY_KEY |
| Modifier and Type | Method and Description |
|---|---|
static UIFormRowIcon |
UIFormRowIcon.getIconForNode(SchemaNode aNode)
Returns the built-in icon corresponding to the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIComponentWriter.startFormRow(UIFormLabelSpec aLabelSpec,
UIFormRowIcon aFormRowIcon)
Starts a form row containing an icon, a label and some plain HTML content.
|
| Modifier and Type | Method and Description |
|---|---|
UIFormRowIcon |
UIFormRow.getIcon() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIFormRow.setIcon(UIFormRowIcon anIcon)
Sets a built-in icon for this form row.
|