|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectto.etc.domui.dom.css.CssBase
to.etc.domui.dom.html.NodeBase
to.etc.domui.dom.html.NodeContainer
to.etc.domui.dom.html.Div
to.etc.domui.dom.html.ModificationFenceDiv
public class ModificationFenceDiv
This is DIV that is used as user input modified flag fence. Usually it is used to ignore input controls modification in some screen region. When components are used for read only data presentation purposes (like viewers of selection filters) those components does not modify any page value content.
| Constructor Summary | |
|---|---|
ModificationFenceDiv()
|
|
| Method Summary | |
|---|---|
boolean |
isFinalUserInputModifiedFence()
|
boolean |
isIgnoreModifiedInputs()
Indicates wether component keep tracks on its childs modifications. |
boolean |
isModified()
Returns the modified-by-user flag. |
void |
onModifyFlagRaised()
Used to notify fence component in case when its modified flag is being set for first time. |
void |
setFinalUserInputModifiedFence(boolean finalUserInputModifiedFence)
|
void |
setIgnoreModifiedInputs(boolean ignoreModifiedInputs)
|
void |
setModified(boolean as)
Set or clear the modified by user flag. |
| Methods inherited from class to.etc.domui.dom.html.Div |
|---|
afterCreateContent, componentHandleWebAction, fadeIn, fadeIn, fadeOut, getDragHandler, getDropBody, getDropHandler, getDropMode, getReturnPressed, setDragHandler, setDropBody, setDropHandler, setReturnPressed, slideDown, slideUp, tb, visit |
| Methods inherited from class to.etc.domui.dom.html.NodeContainer |
|---|
add, add, add, addTable, canContain, delegateTo, findChildIndex, forceRebuild, getChild, getChildCount, getChildren, getDeepChild, getDeepChildren, getErrorFence, internalCheckNotDirty, internalClearDelta, internalClearDeltaFully, internalGetOldChildren, internalShelve, internalUnshelve, iterator, moveControlToModel, moveModelToControl, onRefresh, removeAllChildren, removeChild, removeChild, replaceChild, setControlsEnabled, setErrorFence, setErrorFence, setText, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModificationFenceDiv()
| Method Detail |
|---|
public boolean isIgnoreModifiedInputs()
public void setIgnoreModifiedInputs(boolean ignoreModifiedInputs)
public boolean isFinalUserInputModifiedFence()
isFinalUserInputModifiedFence in interface IUserInputModifiedFenceBy default set to true.public void setFinalUserInputModifiedFence(boolean finalUserInputModifiedFence)
IUserInputModifiedFence.isFinalUserInputModifiedFence()public void onModifyFlagRaised()
IUserInputModifiedFence
onModifyFlagRaised in interface IUserInputModifiedFencepublic boolean isModified()
IHasModifiedIndication
isModified in interface IHasModifiedIndicationpublic void setModified(boolean as)
IHasModifiedIndication
setModified in interface IHasModifiedIndication
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||