|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UICommandDefinition
Description of an UI command defined in a MAD configuration.
CommandDefinition
,
WidgetConfiguration
Nested Class Summary | |
---|---|
static class |
UICommandDefinition.UICOMMAND_TYPE
Types of UICommandDefinition s. |
Method Summary | |
---|---|
UICommandDefinition.UICOMMAND_TYPE |
getCommandType()
Returns the type of this command. |
QueryDefinition<?> |
getFindTargetQuery()
Returns a query that can retrieve the targeted element of
this command. |
java.util.List<java.lang.String> |
getTargetsWidgetsIds()
Returns the IDs of all the widgets concerned by this command. |
Method Detail |
---|
UICommandDefinition.UICOMMAND_TYPE getCommandType()
type
of this command.
type
of this command.QueryDefinition<?> getFindTargetQuery()
query
that can retrieve the targeted element of
this command.
Used for the DISPLAY_VIEW
type of command.
query
that can retrieve the targeted element of
this command.java.util.List<java.lang.String> getTargetsWidgetsIds()
Used for the RELOAD_WIDGETS
type of commands.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |