to.etc.domui.dom.html
Interface IUserInputModifiedFence

All Superinterfaces:
IHasModifiedIndication
All Known Implementing Classes:
ModificationFenceDiv

public interface IUserInputModifiedFence
extends IHasModifiedIndication

The fence that collects user data modification indications from child components. An modified fence remeber if change was done on controls that are later removed.

Author:
Vladimir Mijic Created on 4 Nov 2009

Method Summary
 boolean isFinalUserInputModifiedFence()
           
 void onModifyFlagRaised()
          Used to notify fence component in case when its modified flag is being set for first time.
 
Methods inherited from interface to.etc.domui.dom.html.IHasModifiedIndication
isModified, setModified
 

Method Detail

isFinalUserInputModifiedFence

boolean isFinalUserInputModifiedFence()

onModifyFlagRaised

void onModifyFlagRaised()
Used to notify fence component in case when its modified flag is being set for first time.