public class SelectEditorComponent
extends com.vaadin.ui.VerticalLayout
Modifier and Type | Class and Description |
---|---|
static interface |
SelectEditorComponent.EditorSelectedListener |
com.vaadin.ui.AbstractComponent.ComponentErrorEvent, com.vaadin.ui.AbstractComponent.ComponentErrorHandler
com.vaadin.ui.Layout.AlignmentHandler, com.vaadin.ui.Layout.MarginHandler, com.vaadin.ui.Layout.MarginInfo, com.vaadin.ui.Layout.SpacingHandler
com.vaadin.ui.ComponentContainer.ComponentAttachEvent, com.vaadin.ui.ComponentContainer.ComponentAttachListener, com.vaadin.ui.ComponentContainer.ComponentDetachEvent, com.vaadin.ui.ComponentContainer.ComponentDetachListener
Modifier and Type | Field and Description |
---|---|
protected SelectEditorComponent.EditorSelectedListener |
editorSelectedListener |
protected boolean |
enableHighlightWhenClicked |
protected I18nManager |
i18nManager |
protected com.vaadin.ui.Button |
modelerButton |
protected com.vaadin.ui.Label |
modelerDescriptionLabel |
protected com.vaadin.ui.Label |
modelerLabel |
protected com.vaadin.ui.HorizontalLayout |
modelerLayout |
protected boolean |
modelerPreferred |
protected com.vaadin.ui.Button |
tableEditorButton |
protected com.vaadin.ui.Label |
tableEditorDescriptionLabel |
protected com.vaadin.ui.Label |
tableEditorLabel |
protected com.vaadin.ui.HorizontalLayout |
tableEditorLayout |
Constructor and Description |
---|
SelectEditorComponent() |
SelectEditorComponent(boolean enableHighlightWhenClicked) |
Modifier and Type | Method and Description |
---|---|
protected void |
createModelerEditorChoice() |
protected void |
createTableDrivenEditorChoice() |
protected void |
deselectEditor(com.vaadin.ui.AbstractLayout editorLayout) |
SelectEditorComponent.EditorSelectedListener |
getEditorSelectedListener() |
com.vaadin.ui.Button |
getModelerButton() |
com.vaadin.ui.Label |
getModelerDescriptionLabel() |
com.vaadin.ui.Label |
getModelerLabel() |
com.vaadin.ui.HorizontalLayout |
getModelerLayout() |
com.vaadin.ui.Button |
getTableEditorButton() |
com.vaadin.ui.Label |
getTableEditorDescriptionLabel() |
com.vaadin.ui.Label |
getTableEditorLabel() |
com.vaadin.ui.HorizontalLayout |
getTableEditorLayout() |
boolean |
isModelerPreferred() |
void |
preferModeler() |
void |
preferTableDrivenEditor() |
protected void |
selectEditor(com.vaadin.ui.AbstractLayout editorLayout) |
void |
setEditorSelectedListener(SelectEditorComponent.EditorSelectedListener editorSelectedListener) |
addComponent, addComponent, addComponentAsFirst, addListener, getComponent, getComponentAlignment, getComponentCount, getComponentIndex, getComponentIterator, getExpandRatio, isSpacing, isSpacingEnabled, paintContent, removeComponent, removeListener, replaceComponent, setComponentAlignment, setComponentAlignment, setComponentAlignment, setExpandRatio, setSpacing
changeVariables, fireClick, getMargin, setMargin, setMargin, setMargin
addListener, addListener, attach, detach, fireComponentAttachEvent, fireComponentDetachEvent, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll, setEnabled, setHeight, setWidth
addListener, addListener, addListener, addListener, addListener, addStyleName, childRequestedRepaint, fireComponentErrorEvent, fireComponentEvent, fireEvent, focus, getApplication, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorHandler, getErrorMessage, getHeight, getHeightUnits, getIcon, getListeners, getLocale, getParent, getStyle, getStyleName, getWidth, getWidthUnits, getWindow, handleError, hasListeners, isEnabled, isImmediate, isReadOnly, isVisible, paint, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeStyleName, requestRepaint, requestRepaintRequests, setCaption, setComponentError, setData, setDebugId, setDescription, setErrorHandler, setHeight, setHeight, setHeightUnits, setIcon, setImmediate, setLocale, setParent, setReadOnly, setSizeFull, setSizeUndefined, setStyle, setStyleName, setVisible, setWidth, setWidth, setWidthUnits
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, addListener, moveComponentsFrom, removeAllComponents, removeListener, removeListener, requestRepaintAll
addListener, addStyleName, attach, childRequestedRepaint, detach, getApplication, getCaption, getIcon, getLocale, getParent, getStyleName, getWindow, isEnabled, isReadOnly, isVisible, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setParent, setReadOnly, setStyleName, setVisible
protected I18nManager i18nManager
protected boolean enableHighlightWhenClicked
protected com.vaadin.ui.HorizontalLayout modelerLayout
protected com.vaadin.ui.Button modelerButton
protected com.vaadin.ui.Label modelerLabel
protected com.vaadin.ui.Label modelerDescriptionLabel
protected com.vaadin.ui.HorizontalLayout tableEditorLayout
protected com.vaadin.ui.Button tableEditorButton
protected com.vaadin.ui.Label tableEditorLabel
protected com.vaadin.ui.Label tableEditorDescriptionLabel
protected boolean modelerPreferred
protected SelectEditorComponent.EditorSelectedListener editorSelectedListener
public SelectEditorComponent()
public SelectEditorComponent(boolean enableHighlightWhenClicked)
protected void createModelerEditorChoice()
protected void createTableDrivenEditorChoice()
public void preferModeler()
public void preferTableDrivenEditor()
protected void selectEditor(com.vaadin.ui.AbstractLayout editorLayout)
protected void deselectEditor(com.vaadin.ui.AbstractLayout editorLayout)
public com.vaadin.ui.HorizontalLayout getModelerLayout()
public com.vaadin.ui.Button getModelerButton()
public com.vaadin.ui.HorizontalLayout getTableEditorLayout()
public com.vaadin.ui.Button getTableEditorButton()
public com.vaadin.ui.Label getModelerLabel()
public com.vaadin.ui.Label getModelerDescriptionLabel()
public com.vaadin.ui.Label getTableEditorLabel()
public com.vaadin.ui.Label getTableEditorDescriptionLabel()
public boolean isModelerPreferred()
public SelectEditorComponent.EditorSelectedListener getEditorSelectedListener()
public void setEditorSelectedListener(SelectEditorComponent.EditorSelectedListener editorSelectedListener)
Copyright © 2016 Alfresco. All rights reserved.