public class AssignPropertiesCommand extends AbstractCommand
Sets the UIComponent
properties using the attributes collection of
AttributeBean
by invoking the
Globals.SET_ATTRIBUTE_COMMAND_NAME
Chain
.
Constructor and Description |
---|
AssignPropertiesCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
Invokes a chain that fires several Commands.
|
getCatalog, getCustomizationCatalog, getMessages, getTagUtils, isValueReference, realizeSymbols, replaceMnemonic, replaceMnemonic
public boolean execute(org.apache.commons.chain.Context context) throws Exception
Invokes a chain that fires several Commands.
PropertyActionCommand
PropertyActionListenerCommand
PropertyValidatorCommand
PropertyValueChangeListenerCommand
PropertyValueCommand
execute
in interface org.apache.commons.chain.Command
execute
in class AbstractCommand
context
- common chainstrue
if the chain is completeException
- propagated up to the top of the chainCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.