Public Member Functions | |
FilterItemBean () | |
FilterItemBean (Filter filter) | |
Filter | getFilter () |
String | getName () |
String | getOperator () |
String | getValue () |
String[] | getNodeActions () |
String | getNodeDefaultAction () |
java.awt.Image | getNodeIcon () |
cern.gp.beans.PropertyInfo[] | getPropertyInfo () |
Static Package Attributes | |
String[] | nodeActions = null |
Private Attributes | |
Filter | filter = null |
String | defaultNodeAction |
Static Private Attributes | |
final String[] | EMPTY_NODE_ACTIONS = new String [] {} |
This class could be wrapper for FilterBean from business layer.
|
Creates a new instance of FilterItemBean !!! WARNING !!!!! this constructor should be used only when one wants to set table columns for CreatedFilterExplorer |
|
|
|
|
|
Returns the internal name of the associated bean. If null is returned a default name will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns an array of qualified name of actions for the node representing the associated bean. Null can be used in the array to represent a separator.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the qualified name of the default action for the node representing the associated bean. The default action is the one triggered when the user double-clic on the node. If null is returned a default default action will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the icon in 16x16 size used to display the node representing the associated bean. If null is returned a default icon will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
|
|
Returns an array of
Each
Reimplemented from cern::gp::beans::BeanSupport.
|
|
|
|
Initial value: default node action |
|
|
|
filter from business layer |
|
node actions |