Uses of Interface
cn.mapway.ui.client.mvc.attribute.event.AttributeStateChangeEventHandler
-
-
Uses of AttributeStateChangeEventHandler in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute with parameters of type AttributeStateChangeEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAbstractAttributesProvider. addAttributeStateChangeHandler(AttributeStateChangeEventHandler handler) -
Uses of AttributeStateChangeEventHandler in cn.mapway.ui.client.mvc.attribute.editor.inspector
Classes in cn.mapway.ui.client.mvc.attribute.editor.inspector that implement AttributeStateChangeEventHandler Modifier and Type Class Description classObjectInspectorObjectInspector 对象属性检查器classSimpleObjectInspector简单的对象属性检查器 接受一个 IAttributesProvider -
Uses of AttributeStateChangeEventHandler in cn.mapway.ui.client.mvc.attribute.event
Fields in cn.mapway.ui.client.mvc.attribute.event with type parameters of type AttributeStateChangeEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<AttributeStateChangeEventHandler>AttributeStateChangeEvent. TYPEMethods in cn.mapway.ui.client.mvc.attribute.event that return types with arguments of type AttributeStateChangeEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<AttributeStateChangeEventHandler>AttributeStateChangeEvent. getAssociatedType()Methods in cn.mapway.ui.client.mvc.attribute.event with parameters of type AttributeStateChangeEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationHasAttributeStateChangeHandler. addAttributeStateChangeHandler(AttributeStateChangeEventHandler handler)protected voidAttributeStateChangeEvent. dispatch(AttributeStateChangeEventHandler handler) -
Uses of AttributeStateChangeEventHandler in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget with parameters of type AttributeStateChangeEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationCommonEventComposite. addAttributeStateChangeHandler(AttributeStateChangeEventHandler handler)
-