public class BulkActionDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomOperationVO,BulkActionDataParams> |
CUSTOM_OPERATION |
static BasicProperty<BulkActionNature,BulkActionDataParams> |
NATURE |
| Constructor and Description |
|---|
BulkActionDataParams() |
BulkActionDataParams(Property<T,? super BulkActionDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomOperationVO |
getCustomOperation() |
BulkActionNature |
getNature() |
void |
setCustomOperation(CustomOperationVO customOperation) |
void |
setNature(BulkActionNature nature) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<CustomOperationVO,BulkActionDataParams> CUSTOM_OPERATION
public static final BasicProperty<BulkActionNature,BulkActionDataParams> NATURE
public BulkActionDataParams()
public BulkActionDataParams(Property<T,? super BulkActionDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic CustomOperationVO getCustomOperation()
public void setCustomOperation(CustomOperationVO customOperation)
public BulkActionNature getNature()
public void setNature(BulkActionNature nature)