|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectorContainerKeysInterface
This interface defines keys used to retrieve the visual components for a data selector container from its component map. These keys are the component keys needed to access the components from the map via a CompositeComponentInterface. Use these keys to retrieve the subcomponents from the component map (with the getComponent method) to modify component properties or to replace the component entirely.
For More Information:
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
AbstractSelectorContainer
,
CompositeComponentInterface
Field Summary | |
---|---|
static java.lang.String |
SELECTORCONTAINER_BUTTON_ROW_ID
Component key for the container for the OK and Cancel buttons |
static java.lang.String |
SELECTORCONTAINER_CANCEL_BUTTON
Component key for the Cancel button |
static java.lang.String |
SELECTORCONTAINER_HELP_BUTTON
Component key for the Help button (not implemented in this release) |
static java.lang.String |
SELECTORCONTAINER_OK_BUTTON
Component key for the OK button |
static java.lang.String |
SELECTORCONTAINER_PANEL
Component key for the data selector panel |
Field Detail |
---|
static final java.lang.String SELECTORCONTAINER_PANEL
static final java.lang.String SELECTORCONTAINER_OK_BUTTON
static final java.lang.String SELECTORCONTAINER_CANCEL_BUTTON
static final java.lang.String SELECTORCONTAINER_HELP_BUTTON
static final java.lang.String SELECTORCONTAINER_BUTTON_ROW_ID
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |