public class CustomLibrariesView extends com.gwtplatform.mvp.client.ViewImpl implements CustomLibrariesPresenter.MyView
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
CustomLibrariesView.Binder
GWT binder.
|
| Modifier and Type | Field and Description |
|---|---|
private AdminServiceAsync |
adm
Admin service reference
|
private Alarm |
alarm
Alarm service reference
|
(package private) org.gwtbootstrap3.client.ui.InlineRadio |
bGlobalHooks
widget
|
(package private) org.gwtbootstrap3.client.ui.InlineRadio |
bServerHooks
widget
|
private ModalDialogs |
dialogs
Modal dialogs
|
(package private) org.gwtbootstrap3.client.ui.Alert |
libDirDanger
widget
|
(package private) com.google.gwt.user.client.ui.HTML |
libDirField
widget
|
(package private) org.gwtbootstrap3.client.ui.Alert |
libDirInfo
widget
|
(package private) com.google.gwt.user.client.ui.SimplePanel |
libTableContainer
widget
|
| Constructor and Description |
|---|
CustomLibrariesView(CustomLibrariesView.Binder binder,
AdminServiceAsync adm,
Alarm alarm,
ModalDialogs dialogs)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
changeJarHooksType(boolean serverWide,
boolean move)
Change jar hooks type handler.
|
protected void |
hooksValueChanged(com.google.gwt.event.logical.shared.ValueChangeEvent<java.lang.Boolean> e)
Hooks value changed handler.
|
void |
onReveal()
Called when the view is about to be revealed.
|
private void |
updateView()
Updates the view with server data.
|
addToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@UiField org.gwtbootstrap3.client.ui.InlineRadio bServerHooks
@UiField org.gwtbootstrap3.client.ui.InlineRadio bGlobalHooks
@UiField org.gwtbootstrap3.client.ui.Alert libDirInfo
@UiField org.gwtbootstrap3.client.ui.Alert libDirDanger
@UiField com.google.gwt.user.client.ui.HTML libDirField
@UiField com.google.gwt.user.client.ui.SimplePanel libTableContainer
private final AdminServiceAsync adm
private final Alarm alarm
private final ModalDialogs dialogs
@Inject CustomLibrariesView(CustomLibrariesView.Binder binder, AdminServiceAsync adm, Alarm alarm, ModalDialogs dialogs)
binder - GWT binder.adm - Admin service reference.alarm - Alarm service reference.dialogs - Modal dialogs.public void onReveal()
onReveal in interface CustomLibrariesPresenter.MyViewprotected void hooksValueChanged(com.google.gwt.event.logical.shared.ValueChangeEvent<java.lang.Boolean> e)
e - The value changed eventprivate void updateView()
private void changeJarHooksType(boolean serverWide,
boolean move)
serverWide - Server wide flag.move - Move flag.