Class CadastroPerfilExportacaoViewImpl
Object
AbstractClientConnector
AbstractComponent
CustomComponent
AbstractBaseView
AbstractDefaultFormView
AbstractDefaultFormCrudView<PerfilExportacaoDTO>
AbstractTabbedFormView<PerfilExportacaoDTO>
CadastroPerfilExportacaoViewImpl
- All Implemented Interfaces:
DefaultFormView<PerfilExportacaoDTO>,FormView<PerfilExportacaoDTO>,View,CadastroPerfilExportacaoView,ContextClickEvent.ContextClickNotifier,MethodEventSource,SerializableEventListener,ClientConnector,Sizeable,Connector,Component,HasComponents,TabSheet.SelectedTabChangeListener,Serializable,Iterable<Component>,EventListener
@Component
@Scope("prototype")
public class CadastroPerfilExportacaoViewImpl
extends AbstractTabbedFormView<PerfilExportacaoDTO>
implements CadastroPerfilExportacaoView
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClientConnector
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListenerNested classes/interfaces inherited from interface Component
Component.ErrorEvent, Component.Event, Component.Focusable, Component.ListenerNested classes/interfaces inherited from interface HasComponents
HasComponents.ComponentAttachDetachNotifier, HasComponents.ComponentAttachEvent, HasComponents.ComponentAttachListener, HasComponents.ComponentDetachEvent, HasComponents.ComponentDetachListenerNested classes/interfaces inherited from interface Sizeable
Sizeable.Unit -
Field Summary
Fields inherited from class AbstractTabbedFormView
_formContainerFields inherited from class AbstractBaseView
_contentLayout, _drawed, _eventBus, _iconImage, _iconImageRight, _iconLayout, _iconLayoutRight, _mainLayout, _mediumIcon, _mediumIconRight, _title, _topCenterLayout, _topLayout, _topLayoutConainerFields inherited from class AbstractComponent
DESIGN_ATTR_PLAIN_TEXTFields inherited from interface Sizeable
SIZE_UNDEFINED, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddraw()CheckBoxCheckBoxCheckBoxCheckBoxCheckBoxCheckBoxgetTitle()booleanisValid()VerticalLayoutPanelCheckBoxTextFieldCheckBoxpadraoCb()voidprotected voidsetForms()voidshowMain(boolean show) voidshowPatches(boolean show) TextFieldvoidupdateViewFromModel(PerfilExportacaoDTO model) Methods inherited from class AbstractTabbedFormView
addFormComponent, getButtonClose, getButtonDelete, getButtonNew, getButtonSave, getButtonSearch, getButtonUndo, getContentLayout, isFormComponentEnabled, removeFormComponent, selectedTabChange, setFormComponentEnabled, setFormComponentVisibleMethods inherited from class AbstractDefaultFormCrudView
_draw, getFormState, setFormStateMethods inherited from class AbstractDefaultFormView
addButtonLeftSide, addButtonLeftSide, addButtonLeftSideAtLastPosition, addButtonRightSide, addButtonRightSide, addButtonRightSideAtLastPosition, createPasswordField, createTextArea, createTextArea, createTextField, createTextFieldMethods inherited from class AbstractBaseView
attach, createWrapperContainer, getEventBus, getFooterLayout, getHeaderDescription, getMediumIcon, getViewComponent, setCenterContent, setEventBus, setHeader, setHeaderDescription, setHeaderIcon, setHeaderIcon, setTitleMethods inherited from class CustomComponent
getComponentCount, getCompositionRoot, getState, getState, iterator, setCompositionRootMethods inherited from class AbstractComponent
addContextClickListener, addListener, addShortcutListener, addStyleName, beforeClientResponse, detach, findAncestor, fireComponentErrorEvent, fireComponentEvent, focus, getActionManager, getCaption, getComponentError, getCustomAttributes, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isEnabled, isOrHasAncestor, isReadOnly, isRequiredIndicatorVisible, isResponsive, isVisible, readDesign, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setData, setDebugId, setDescription, setDescription, setEnabled, setHeight, setHeight, setHeightFull, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setReadOnly, setRequiredIndicatorVisible, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidth, setWidthFull, setWidthUndefined, writeDesignMethods inherited from class AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstateMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ClientConnector
addAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerMethods inherited from interface Component
addListener, addStyleName, addStyleNames, getCaption, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isVisible, readDesign, removeListener, removeStyleName, removeStyleNames, setCaption, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setStyleName, setStyleName, setVisible, writeDesignMethods inherited from interface Connector
getConnectorIdMethods inherited from interface DefaultFormView
getButtonDelete, getButtonNew, getButtonSearch, getButtonUndo, setHeaderDescriptionMethods inherited from interface FormView
getButtonClose, getButtonSave, getEventBus, getFormState, setEventBus, setFormStateMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Sizeable
getHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeight, setHeightFull, setHeightUndefined, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull, setWidthUndefinedMethods inherited from interface View
getViewComponent
-
Constructor Details
-
CadastroPerfilExportacaoViewImpl
public CadastroPerfilExportacaoViewImpl()
-
-
Method Details
-
setForms
protected void setForms()- Specified by:
setFormsin classAbstractTabbedFormView<PerfilExportacaoDTO>
-
draw
public void draw()- Specified by:
drawin interfaceCadastroPerfilExportacaoView
-
updateViewFromModel
public void updateViewFromModel(PerfilExportacaoDTO model) - Specified by:
updateViewFromModelin interfaceFormView<PerfilExportacaoDTO>
-
commitModelChanges
public void commitModelChanges()- Specified by:
commitModelChangesin interfaceFormView<PerfilExportacaoDTO>
-
rollbackModelChanges
public void rollbackModelChanges()- Specified by:
rollbackModelChangesin interfaceFormView<PerfilExportacaoDTO>
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceFormView<PerfilExportacaoDTO>
-
getTitle
- Specified by:
getTitlein interfaceView
-
processoField
- Specified by:
processoFieldin interfaceCadastroPerfilExportacaoView
-
paineisTwinCol
- Specified by:
paineisTwinColin interfaceCadastroPerfilExportacaoView
-
rolesTwinCol
- Specified by:
rolesTwinColin interfaceCadastroPerfilExportacaoView
-
scriptsTwinCol
- Specified by:
scriptsTwinColin interfaceCadastroPerfilExportacaoView
-
nomeField
public TextField nomeField()- Specified by:
nomeFieldin interfaceCadastroPerfilExportacaoView
-
queriesTwinCol
- Specified by:
queriesTwinColin interfaceCadastroPerfilExportacaoView
-
relatoriosTwinCol
- Specified by:
relatoriosTwinColin interfaceCadastroPerfilExportacaoView
-
exportarPermissoesCb
public CheckBox exportarPermissoesCb()- Specified by:
exportarPermissoesCbin interfaceCadastroPerfilExportacaoView
-
exportarStatusPorTempoCb
public CheckBox exportarStatusPorTempoCb()- Specified by:
exportarStatusPorTempoCbin interfaceCadastroPerfilExportacaoView
-
exportarStatusPorEtapaCb
public CheckBox exportarStatusPorEtapaCb()- Specified by:
exportarStatusPorEtapaCbin interfaceCadastroPerfilExportacaoView
-
exportarDefinicoesCor
public CheckBox exportarDefinicoesCor()- Specified by:
exportarDefinicoesCorin interfaceCadastroPerfilExportacaoView
-
endpointsTwinCol
- Specified by:
endpointsTwinColin interfaceCadastroPerfilExportacaoView
-
propsTwinCol
- Specified by:
propsTwinColin interfaceCadastroPerfilExportacaoView
-
bibliotecaTwinCol
- Specified by:
bibliotecaTwinColin interfaceCadastroPerfilExportacaoView
-
layoutCbsProcesso
public VerticalLayout layoutCbsProcesso()- Specified by:
layoutCbsProcessoin interfaceCadastroPerfilExportacaoView
-
exportarAgendamentosCb
public CheckBox exportarAgendamentosCb()- Specified by:
exportarAgendamentosCbin interfaceCadastroPerfilExportacaoView
-
manterSttsAgendamentosCb
public CheckBox manterSttsAgendamentosCb()- Specified by:
manterSttsAgendamentosCbin interfaceCadastroPerfilExportacaoView
-
siglaField
public TextField siglaField()- Specified by:
siglaFieldin interfaceCadastroPerfilExportacaoView
-
padraoCb
public CheckBox padraoCb()- Specified by:
padraoCbin interfaceCadastroPerfilExportacaoView
-
exportarMenusCb
public CheckBox exportarMenusCb()- Specified by:
exportarMenusCbin interfaceCadastroPerfilExportacaoView
-
mainPanel
public Panel mainPanel()- Specified by:
mainPanelin interfaceCadastroPerfilExportacaoView
-
showMain
public void showMain(boolean show) - Specified by:
showMainin interfaceCadastroPerfilExportacaoView
-
showPatches
public void showPatches(boolean show) - Specified by:
showPatchesin interfaceCadastroPerfilExportacaoView
-