@Dependent public class AssignedEntitiesInlineEditorView<T> extends com.google.gwt.user.client.ui.Composite implements AssignedEntitiesEditor<T>
An editor view implementation for modifying the assigned entities inline in a bootstrap grip container.
Constructor and Description |
---|
AssignedEntitiesInlineEditorView() |
Modifier and Type | Method and Description |
---|---|
AssignedEntitiesEditor<T> |
configure(EntitiesExplorerView explorerView)
Sets the explorer view being wrapped and the editor's title..
|
AssignedEntitiesEditor<T> |
configureClose(String closeText,
Command closeCallback)
Configures the editor close button's text and click callback.
|
AssignedEntitiesEditor<T> |
configureSave(String saveText,
Command saveCallback)
Configures the editor save button's text and click callback.
|
AssignedEntitiesEditor<T> |
hide()
Hide the editor view.
|
void |
init(T presenter) |
AssignedEntitiesEditor<T> |
show(String title)
Show the editor view.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
public void init(T presenter)
init
in interface HasPresenter<T>
public AssignedEntitiesEditor<T> configure(EntitiesExplorerView explorerView)
AssignedEntitiesEditor
configure
in interface AssignedEntitiesEditor<T>
explorerView
- The explorer view widget.public AssignedEntitiesEditor<T> configureClose(String closeText, Command closeCallback)
AssignedEntitiesEditor
configureClose
in interface AssignedEntitiesEditor<T>
closeText
- The button's text..closeCallback
- The button's click handler callback.public AssignedEntitiesEditor<T> configureSave(String saveText, Command saveCallback)
AssignedEntitiesEditor
configureSave
in interface AssignedEntitiesEditor<T>
saveText
- The button's text..saveCallback
- The button's click handler callback.public AssignedEntitiesEditor<T> show(String title)
AssignedEntitiesEditor
show
in interface AssignedEntitiesEditor<T>
title
- The editor's header.public AssignedEntitiesEditor<T> hide()
AssignedEntitiesEditor
hide
in interface AssignedEntitiesEditor<T>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.