to.etc.domui.dom.html
Interface IHasModifiedIndication

All Known Subinterfaces:
IUserInputModifiedFence
All Known Implementing Classes:
Checkbox, ComboComponentBase, ComboFixed, ComboFixedClientFilter, ComboLookup, DateInput, ExpandingEditTable, FCKEditor, HiddenText, HtmlEditor, LookupInput, ModificationFenceDiv, RadioButton, Select, SelectBasedControl, Text, TextArea, TextStr

public interface IHasModifiedIndication

EXPERIMENTAL INTERFACE Components that "know" that they were changed by a user implement this interface. It can be used to determine that data on a page changed.

Author:
Frits Jalvingh Created on Nov 3, 2009

Method Summary
 boolean isModified()
          Returns the modified-by-user flag.
 void setModified(boolean as)
          Set or clear the modified by user flag.
 

Method Detail

isModified

boolean isModified()
Returns the modified-by-user flag.


setModified

void setModified(boolean as)
Set or clear the modified by user flag.