Package | Description |
---|---|
psdi.mbo | |
psdi.util | |
psdi.webclient.system.beans | |
psdi.webclient.system.controller |
Modifier and Type | Method and Description |
---|---|
BitFlag |
MboSet.getAlwaysFlags()
Returns the BitFlag that represent that the records in this mbo set should always READONLY or HIDDEN by
row restrictions.
|
BitFlag |
MboSet.getAlwaysFlags(java.lang.String attr) |
BitFlag |
Mbo.getAlwaysFlags(java.lang.String attr)
Returns the access flag that apply to the attribute of all the records in the set unconditionally.
|
BitFlag |
FauxMboSet.getAppAlwaysFieldFlags(java.lang.String attr)
Get the bitFlag stored for the UI always flag for the attribute, null if nothing.
|
BitFlag |
MboSet.getAppAlwaysFieldFlags(java.lang.String attr)
Get the bitFlag stored for the always flag for the attribute, null if nothing.
|
BitFlag |
MboSetRemote.getAppAlwaysFieldFlags(java.lang.String attr)
Get the bitFlag stored for the UI always flag for the attribute, null if nothing.
|
BitFlag |
Mbo.getAttrRestrictionFlag(java.lang.String attr)
Get the bit flag set by the attribute restriction.
|
BitFlag |
Mbo.getRowRestrictionFlag()
Get the bit flag set by the attribute restriction.
|
Constructor and Description |
---|
MboSetData(BitFlag setFlags)
Construct the information about the set from the flags.
|
Modifier and Type | Method and Description |
---|---|
BitFlag |
BitFlag.or(BitFlag second)
Combining two bit flags using or logic.
|
Modifier and Type | Method and Description |
---|---|
BitFlag |
BitFlag.or(BitFlag second)
Combining two bit flags using or logic.
|
Modifier and Type | Method and Description |
---|---|
BitFlag |
DataBean.getTableStateFlags() |
Modifier and Type | Method and Description |
---|---|
void |
DataBean.addAttribute(java.lang.String attribute,
BitFlag flags)
Adds the attribute to the internal attribute list.
|
void |
DataBean.setAttributes(java.lang.String[] attributelist,
BitFlag[] flags)
Replaces the internal attribute list with the new attributes.
|
Modifier and Type | Method and Description |
---|---|
BitFlag |
BoundAttribute.getFlags() |
Modifier and Type | Method and Description |
---|---|
void |
BoundControl.addAttribute(java.lang.String dataAttribute,
BitFlag flags,
java.lang.String defaultValue)
Deprecated.
|
Constructor and Description |
---|
BoundAttribute(java.lang.String dataAttribute,
BitFlag flags,
java.lang.String defaultValue) |