Package org.linkki.core.ui.table.aspects
Class GridSelectionAspectDefinition
- java.lang.Object
-
- org.linkki.core.ui.table.aspects.GridSelectionAspectDefinition
-
- All Implemented Interfaces:
LinkkiAspectDefinition
public class GridSelectionAspectDefinition extends Object implements LinkkiAspectDefinition
Aspect definition to handle selection and double click on a table.- Implementation Note:
- This definition contains two aspects: "selection" and "onDoubleClick". This is due to the fact that the selection aspect must be evaluated before the double click aspect.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOUBLE_CLICK_ASPECT_NAMEstatic StringSELECTION_ASPECT_NAME-
Fields inherited from interface org.linkki.core.binding.descriptor.aspect.LinkkiAspectDefinition
DERIVED_BY_LINKKI, VALUE_ASPECT_NAME
-
-
Constructor Summary
Constructors Constructor Description GridSelectionAspectDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.linkki.util.handler.HandlercreateUiUpdater(PropertyDispatcher propertyDispatcher, ComponentWrapper componentWrapper)voidinitModelUpdate(PropertyDispatcher propertyDispatcher, ComponentWrapper componentWrapper, org.linkki.util.handler.Handler modelChanged)booleansupports(WrapperType type)
-
-
-
Field Detail
-
SELECTION_ASPECT_NAME
public static final String SELECTION_ASPECT_NAME
- See Also:
- Constant Field Values
-
DOUBLE_CLICK_ASPECT_NAME
public static final String DOUBLE_CLICK_ASPECT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
initModelUpdate
public void initModelUpdate(PropertyDispatcher propertyDispatcher, ComponentWrapper componentWrapper, org.linkki.util.handler.Handler modelChanged)
- Specified by:
initModelUpdatein interfaceLinkkiAspectDefinition
-
createUiUpdater
public org.linkki.util.handler.Handler createUiUpdater(PropertyDispatcher propertyDispatcher, ComponentWrapper componentWrapper)
- Specified by:
createUiUpdaterin interfaceLinkkiAspectDefinition
-
supports
public boolean supports(WrapperType type)
- Specified by:
supportsin interfaceLinkkiAspectDefinition
-
-