Interface HasAttributeStateChangeHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- All Known Subinterfaces:
IAttributesProvider
- All Known Implementing Classes:
AbstractAttributeEditor,AbstractAttributesProvider,AttributeGroup,AttributeTable,BaseAbstractModule,CheckBoxAttributeEditor,ColorBoxAttributeEditor,ColorChooser,CommonEventComposite,ComposeAttributesProvider,DateTimeAttributeEditor,DropdownAttributeEditor,DropdownItem,EditorHorizontalPanel,EditorSelectAttributeEditor,EditorSelector,EventsInspector,IconAttributeEditor,IconSelector,ImageTextItem,ImageUploadAttributeEditor,ImageUploader,LabelAttributeEditor,ListDataItem,ModuleBar,ModuleBox,ModuleButton,ModuleSelector,ObjectInspector,ObjectInspectorPanel,PaddingBoxAttributeEditor,SaveBar,SimpleAttributeGroup,SliderAttributeEditor,SliderEx,SubsystemModule,TextAreaAttributeEditor,TextboxAttributeEditor,ToolbarModule,ToolbarModules
public interface HasAttributeStateChangeHandler extends com.google.gwt.event.shared.HasHandlers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationaddAttributeStateChangeHandler(AttributeStateChangeEventHandler handler)
-
-
-
Method Detail
-
addAttributeStateChangeHandler
com.google.gwt.event.shared.HandlerRegistration addAttributeStateChangeHandler(AttributeStateChangeEventHandler handler)
-
-