List of usage examples for com.vaadin.ui Component.SecuredActionsHolder interface-usage
From source file com.haulmont.cuba.web.gui.components.WebPickerField.java
public class WebPickerField extends WebAbstractField<CubaPickerField> implements PickerField, Component.SecuredActionsHolder { protected CaptionMode captionMode = CaptionMode.ITEM; protected String captionProperty;
From source file com.haulmont.cuba.web.gui.components.WebPopupButton.java
public class WebPopupButton extends WebAbstractComponent<CubaPopupButton> implements PopupButton, Component.SecuredActionsHolder { protected final static String CONTEXT_MENU_BUTTON_STYLENAME = "c-cm-button"; protected Component popupComponent;
From source file com.haulmont.cuba.web.gui.WebWindow.java
public class WebWindow implements Window, Component.Wrapper, Component.HasXmlDescriptor, WrappedWindow, Component.Disposable, Component.SecuredActionsHolder, Component.HasIcon { private static final Logger log = LoggerFactory.getLogger(WebWindow.class); protected static final String C_WINDOW_LAYOUT = "c-window-layout";