|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DFDataEditCapability
This capability can be added to DFEntity or
just to specific DFFields. When it's present user interface should
reflect the status of selected object (e.g. disable/enable instert row action, etc.).
Warning: This interface is just a prototype and it is possible it will be removed or changed in future releases.
This interface is or is going to be used for:
If this capability is not present in entity or field it's supposed that everything is editable.
| Nested Class Summary | |
|---|---|
static class |
DFDataEditCapability.Type
|
| Method Summary | |
|---|---|
boolean |
isOperationAllowed(DFDataEditCapability.Type type)
Is operation allowed? |
void |
setOperationAllowed(DFDataEditCapability.Type type,
boolean allowed,
DFEnvironmentRW env)
Set new editable flag for the specified type |
| Method Detail |
|---|
void setOperationAllowed(DFDataEditCapability.Type type,
boolean allowed,
DFEnvironmentRW env)
type - Type of the operationallowed - Is this operation type allowed for this DFItemenv - boolean isOperationAllowed(DFDataEditCapability.Type type)
type - The type of operation
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||