public abstract class ShowThreddsFolderInfoView
extends com.google.gwt.user.client.ui.Composite
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowThreddsFolderInfoView.SUBMIT_ACTION |
| Constructor and Description |
|---|
ShowThreddsFolderInfoView(String folderId,
boolean isCreateConfiguration)
Because this class has a default constructor, it can
be used as a binder template.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogueName()
Gets the catalogue name.
|
com.google.gwt.user.client.ui.HTMLPanel |
getMainPanel() |
com.github.gwtbootstrap.client.ui.Pager |
getPager() |
String |
getRemotePath()
Gets the remote path.
|
GcubeVRE |
getSelectedVRE()
Gets the unit description.
|
boolean |
isCreateConfiguration() |
abstract void |
setError(boolean visible,
String error)
Sets the error.
|
abstract void |
submitHandler(ShowThreddsFolderInfoView.SUBMIT_ACTION action)
Submit handler.
|
void |
updateViewToResult(WsFolder folder,
WsThreddsSynchFolderDescriptor syncFolderDesc)
Update view to result.
|
protected boolean |
validateSubmit()
Validate submit.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, 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, toStringpublic ShowThreddsFolderInfoView(String folderId, boolean isCreateConfiguration)
folderId - the folder idisCreateConfiguration - the is create configurationpublic abstract void submitHandler(ShowThreddsFolderInfoView.SUBMIT_ACTION action)
public abstract void setError(boolean visible,
String error)
visible - the visibleerror - the errorpublic void updateViewToResult(WsFolder folder, WsThreddsSynchFolderDescriptor syncFolderDesc)
folder - the foldersyncFolderDesc - the sync folder descpublic boolean isCreateConfiguration()
protected boolean validateSubmit()
public String getRemotePath()
public String getCatalogueName()
public GcubeVRE getSelectedVRE()
public com.github.gwtbootstrap.client.ui.Pager getPager()
public com.google.gwt.user.client.ui.HTMLPanel getMainPanel()
Copyright © 2018. All Rights Reserved.