|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleActionMetaData
A simple interface that is used to describe a simple action to Domino Designer.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a short description for the associated simple action. |
java.lang.String |
getDisplayName()
Returns a user readable name for the simple action. |
FacesDefinition |
getFacesDefinition()
Returns the FacesDefinition object for the current simple action. |
ISimpleActionPropertyMetaData[] |
getProperties()
Returns an array of properties associated with the simple action. |
boolean |
isClientSide()
Returns whether or not the simple action may be used with client side events |
Method Detail |
---|
java.lang.String getDisplayName()
java.lang.String getDescription()
ISimpleActionPropertyMetaData[] getProperties()
boolean isClientSide()
FacesDefinition getFacesDefinition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |