| java.lang.Object com.ivata.mask.group.GroupImpl com.ivata.mask.MaskImpl
Constructor Summary | |
public | MaskImpl(Class dOClassParam, Group parent, String nameParam) Create a mask with the specified parent.
Parameters: dOClassParam - The class of the data object displayed in this mask. Parameters: parent - Group which contains this mask, or parent mask this maskextends. Parameters: nameParam - Name of the mask. |
MaskImpl | public MaskImpl(Class dOClassParam, Group parent, String nameParam)(Code) | | Create a mask with the specified parent.
Parameters: dOClassParam - The class of the data object displayed in this mask. Parameters: parent - Group which contains this mask, or parent mask this maskextends. Parameters: nameParam - Name of the mask. This is used in combination with the classname to build the identifier for each mask uniquely. |
addIncludePath | final public void addIncludePath(String includePathParam)(Code) | | Refer to
Mask.getIncludePaths .
Parameters: includePathParam - The include path to add to the list. |
getDOClass | final public Class getDOClass()(Code) | | Get the dependent object class associated with this mask.
The class of the data object displayed in this mask. |
getFields | final public List getFields()(Code) | | Get all the fields which should be displayed/hidden (not excluded) in
this mask, in order.
All field names apart from those explicitly excluded. |
|
|