com.ibm.designer.domino.xsp.api.events
Interface ISimpleActionMetaData


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

getDisplayName

java.lang.String getDisplayName()
Returns a user readable name for the simple action.

Returns:
a string that will be used in the UI to describe the simple action

getDescription

java.lang.String getDescription()
Returns a short description for the associated simple action.

Returns:
a string that will provide a description of the simple action.

getProperties

ISimpleActionPropertyMetaData[] getProperties()
Returns an array of properties associated with the simple action.

Returns:
an array of property descriptors

isClientSide

boolean isClientSide()
Returns whether or not the simple action may be used with client side events

Returns:

getFacesDefinition

FacesDefinition getFacesDefinition()
Returns the FacesDefinition object for the current simple action. May, in some cases be null.

Returns: