com.ibm.mashups.enabler.runtime.skin
Interface FilterControl


public FilterControl

Control class used for StyleFilter's onChangingStyle() method to disagree on pending changes

Since:
2.4
See Also:
StyleFilter

Method Summary
 void setDisagree()
           Sets this control to disagree, meaning the style change should not be set.
 Boolean isDisagree()
           Returns the disagree flag
 

Method Detail

setDisagree

void setDisagree()
Sets this control to disagree, meaning the style change should not be set.


isDisagree

Boolean isDisagree()
Returns the disagree flag

Returns:
true if the disagreeable flag is set, false otherwise


Copyright IBM Corp. 2010 All Rights Reserved.