List of usage examples for com.vaadin.ui Component.Focusable interface-usage
From source file com.haulmont.cuba.web.toolkit.ui.CubaColorPicker.java
public class CubaColorPicker extends ColorPicker implements Component.Focusable { protected String confirmButtonCaption; protected String cancelButtonCaption; protected String swatchesTabCaption;
From source file com.haulmont.cuba.web.toolkit.ui.CubaFileUpload.java
@WebJarResource({ "jquery-ui:jquery-ui.min.js", "jquery-file-upload:jquery-fileupload.min.js", "jquery-file-upload:jquery-iframe-transport.min.js" }) public class CubaFileUpload extends CubaAbstractUploadComponent implements Component.Focusable, LegacyComponent { /** * The output of the upload is redirected to this receiver.
From source file com.haulmont.cuba.web.toolkit.ui.CubaManagedTabSheet.java
public class CubaManagedTabSheet extends CssLayout implements Component.Focusable, FieldEvents.FocusNotifier, FieldEvents.BlurNotifier, HasTabSheetBehaviour { private static final long serialVersionUID = 1425920612516520121L; protected static final String MANAGED_TABSHEET_STYLENAME = "c-managed-tabsheet";
From source file com.haulmont.cuba.web.toolkit.ui.CubaSideMenu.java
public class CubaSideMenu extends AbstractComponent implements Component.Focusable { protected static final String MENU_ITEM_ID = "id"; protected static final String MENU_ITEM_CAPTION = "caption"; protected static final String MENU_ITEM_DESCRIPTION = "description"; protected static final String MENU_ITEM_STYLE_NAME = "styleName";
From source file com.haulmont.cuba.web.toolkit.ui.UploadComponent.java
public interface UploadComponent extends Component, Component.Focusable { String getAccept(); void setAccept(String accept); void setDescription(String description);
From source file com.haulmont.cuba.web.widgets.CubaColorPicker.java
public class CubaColorPicker extends ColorPicker implements Component.Focusable { protected String confirmButtonCaption; protected String cancelButtonCaption; protected String swatchesTabCaption;
From source file com.haulmont.cuba.web.widgets.CubaFileUpload.java
@WebJarResource({ "jquery:jquery.min.js", "jquery-ui:jquery-ui.min.js", "jquery-file-upload:jquery-fileupload.min.js", "jquery-file-upload:jquery-iframe-transport.min.js" }) public class CubaFileUpload extends CubaAbstractUploadComponent implements Component.Focusable, LegacyComponent { /** * The output of the upload is redirected to this receiver.
From source file com.haulmont.cuba.web.widgets.CubaManagedTabSheet.java
public class CubaManagedTabSheet extends CubaTabSheetCssLayout implements Component.Focusable, FieldEvents.FocusNotifier, FieldEvents.BlurNotifier, HasTabSheetBehaviour { private static final long serialVersionUID = 1425920612516520121L; protected static final String MANAGED_TABSHEET_STYLENAME = "c-managed-tabsheet";
From source file com.haulmont.cuba.web.widgets.CubaSideMenu.java
public class CubaSideMenu extends AbstractComponent implements Component.Focusable { protected static final String MENU_ITEM_ID = "id"; protected static final String MENU_ITEM_CAPTION = "caption"; protected static final String MENU_ITEM_DESCRIPTION = "description"; protected static final String MENU_ITEM_STYLE_NAME = "styleName";
From source file com.haulmont.cuba.web.widgets.UploadComponent.java
public interface UploadComponent extends Component, Component.Focusable { String getAccept(); void setAccept(String accept); void setDescription(String description);