|
| Action( Object config )
+ | Action |
| disable()
+ :
+ voidDisables all components using this action. Disables all components using this action. | Action |
| each( Function fn , Object scope )
+ :
+ voidExecutes the specified function once for each Component currently tied to this action. The function passed
in shoul... Executes the specified function once for each Component currently tied to this action. The function passed
-in should accept a single argument that will be an object that supports the basic Action config/method interface. | Action |
| enable()
- :
- voidEnables all components using this action. Enables all components using this action. | Action |
| execute( [Mixed arg1 ], [Mixed arg2 ], [Mixed etc... ] )
- :
- voidExecutes this action manually using the handler function specified in the original config object
+in should accept a single argument that will be an object that supports the basic Action config/method interface. | Action |
| enable()
+ :
+ voidEnables all components using this action. Enables all components using this action. | Action |
| execute( [Mixed arg1 ], [Mixed arg2 ], [Mixed etc... ] )
+ :
+ voidExecutes this action manually using the handler function specified in the original config object
or the handler func... Executes this action manually using the handler function specified in the original config object
or the handler function set with setHandler . Any arguments passed to this
-function will be passed on to the handler function. | Action |
| getIconClass()
- :
- voidGets the icon CSS class currently used by all components using this action. Gets the icon CSS class currently used by all components using this action. | Action |
| getText()
- :
- voidGets the text currently displayed by all components using this action. Gets the text currently displayed by all components using this action. | Action |
| hide()
- :
- voidHides all components using this action. Hides all components using this action. | Action |
| isDisabled()
- :
- voidReturns true if the components using this action are currently disabled, else returns false. Returns true if the components using this action are currently disabled, else returns false. | Action |
| isHidden()
- :
- voidReturns true if the components using this action are currently hidden, else returns false. Returns true if the components using this action are currently hidden, else returns false. | Action |
| setDisabled( Boolean disabled )
- :
- voidSets the disabled state of all components using this action. Shortcut method
+function will be passed on to the handler function. | Action |
| getIconClass()
+ :
+ voidGets the icon CSS class currently used by all components using this action. Gets the icon CSS class currently used by all components using this action. | Action |
| getText()
+ :
+ voidGets the text currently displayed by all components using this action. Gets the text currently displayed by all components using this action. | Action |
| hide()
+ :
+ voidHides all components using this action. Hides all components using this action. | Action |
| isDisabled()
+ :
+ voidReturns true if the components using this action are currently disabled, else returns false. Returns true if the components using this action are currently disabled, else returns false. | Action |
| isHidden()
+ :
+ voidReturns true if the components using this action are currently hidden, else returns false. Returns true if the components using this action are currently hidden, else returns false. | Action |
| setDisabled( Boolean disabled )
+ :
+ voidSets the disabled state of all components using this action. Shortcut method
for enable and disable. Sets the disabled state of all components using this action. Shortcut method
-for enable and disable. | Action |
| setHandler( Function fn , Object scope )
- :
+for enable and disable. | Action |
| setHandler( Function fn , Object scope )
+ :
voidSets the function that will be called by each Component using this action when its primary event is triggered. Sets the function that will be called by each Component using this action when its primary event is triggered. Parameters:fn : FunctionThe function that will be invoked by the action's components. The function
-will be called with no arguments. scope : ObjectThe scope (this reference) in which the function is executed. Defaults to the Component firing the event. Returns: | Action |
| setHidden( Boolean hidden )
- :
- voidSets the hidden state of all components using this action. Shortcut method
+will be called with no arguments. scope : ObjectThe scope (this reference) in which the function is executed. Defaults to the Component firing the event. Returns: | Action |
| setHidden( Boolean hidden )
+ :
+ voidSets the hidden state of all components using this action. Shortcut method
for hide and show. Sets the hidden state of all components using this action. Shortcut method
-for hide and show . | Action |
| setIconClass( String cls )
- :
- voidSets the icon CSS class for all components using this action. The class should supply
+for hide and show . | Action |
| setIconClass( String cls )
+ :
+ voidSets the icon CSS class for all components using this action. The class should supply
a background image that will ... Sets the icon CSS class for all components using this action. The class should supply
-a background image that will be used as the icon image. | Action |
| setText( String text )
- :
- voidSets the text to be displayed by all components using this action. Sets the text to be displayed by all components using this action. Parameters:text : StringThe text to display Returns: | Action |
| show()
- :
+a background image that will be used as the icon image. | Action |
| setText( String text )
+ :
+ voidSets the text to be displayed by all components using this action. Sets the text to be displayed by all components using this action. Parameters:text : StringThe text to display Returns: | Action |
| show()
+ :
voidShows all components using this action. Shows all components using this action. | Action |