Uses of Interface
com.vaadin.event.Action.Container
-
Packages that use Action.Container Package Description com.vaadin.event com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of Action.Container in com.vaadin.event
Subinterfaces of Action.Container in com.vaadin.event Modifier and Type Interface Description static interfaceAction.NotifierAction.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.Classes in com.vaadin.event that implement Action.Container Modifier and Type Class Description classActionManagerJavadoc TODO Notes:classConnectorActionManagerAn ActionManager connected to a connector.Methods in com.vaadin.event with type parameters of type Action.Container Modifier and Type Method Description <T extends Component & Action.Container & VariableOwner>
voidActionManager. setViewer(T viewer)Methods in com.vaadin.event with parameters of type Action.Container Modifier and Type Method Description voidActionManager. handleActions(Map<String,Object> variables, Action.Container sender) -
Uses of Action.Container in com.vaadin.ui
Classes in com.vaadin.ui that implement Action.Container Modifier and Type Class Description classLegacyWindowDeprecated.classPanelPanel - a simple single component container.classUIThe topmost component in any component hierarchy.classWindowA component that represents a floating popup window that can be added to aUI. -
Uses of Action.Container in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement Action.Container Modifier and Type Class Description classColorPickerPopupA component that represents color selection popup within a color picker.
-