|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.group.GroupImpl
com.ivata.mask.MaskImpl
In the Masks display configuration, a mask extends a group to define which fields come first and last, or the fields which should appear explicitly.
Don't try to instantiate this class - use the mask factory instead.
| Constructor Summary | |
MaskImpl(java.lang.Class dOClassParam,
Group parent,
java.lang.String nameParam)
Create a mask with the specified parent. |
|
| Method Summary | |
void |
addIncludePath(java.lang.String includePathParam)
Refer to Mask.getIncludePaths(). |
java.lang.Class |
getDOClass()
Get the dependent object class associated with this mask. |
java.util.List |
getFields()
Get all the fields which should be displayed/hidden (not excluded) in this mask, in order. |
java.util.List |
getIncludePaths()
Refer to Mask.getIncludePaths(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ivata.mask.group.Group |
getAllExcludedFieldNames, getAllFirstFieldNames, getAllLastFieldNames, getExcludedFieldNames, getField, getFilters, getFirstFieldNames, getIncludedFieldNames, getLastFieldNames, getName, getParent, isDisplayOnly, isParentFirstFieldNamesReplaced, isParentLastFieldNamesReplaced |
| Constructor Detail |
public MaskImpl(java.lang.Class dOClassParam,
Group parent,
java.lang.String nameParam)
dOClassParam - The class of the data object displayed in this mask.parent - Group which contains this mask, or parent mask this mask
extends.nameParam - Name of the mask. This is used in combination with the class
name to build the identifier for each mask uniquely.| Method Detail |
public final void addIncludePath(java.lang.String includePathParam)
Mask.getIncludePaths().
includePathParam - The include path to add to the list.public final java.lang.Class getDOClass()
getDOClass in interface Maskpublic final java.util.List getFields()
getFields in interface Maskpublic java.util.List getIncludePaths()
Mask.getIncludePaths().
getIncludePaths in interface Mask
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||