public abstract class WmsForm
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
WmsForm()
Instantiates a new abstract form release.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
closeHandler()
Close handler.
|
com.github.gwtbootstrap.client.ui.Alert |
getAlertError()
Gets the alert error.
|
com.github.gwtbootstrap.client.ui.Alert |
getAlertSubmitResult()
Gets the alert submit result.
|
com.github.gwtbootstrap.client.ui.TextBox |
getInputLayerName()
Gets the input layer name.
|
com.github.gwtbootstrap.client.ui.TextBox |
getInputLayerTitle()
Gets the input layer title.
|
com.github.gwtbootstrap.client.ui.TextBox |
getInputWMSURI()
Gets the input wmsuri.
|
com.github.gwtbootstrap.client.ui.Button |
getSubmit_button()
Gets the submit_button.
|
com.github.gwtbootstrap.client.ui.FluidRow |
getValidator_field()
Gets the validator_field.
|
void |
setAlertErrorVisible(boolean bool)
Sets the alert error visible.
|
void |
showAlertSubmitResult(boolean visible,
String text)
Show alert submit result.
|
abstract void |
subtmitHandler(String title,
String name,
String wmsRequest)
Subtmit handler.
|
boolean |
validateForm()
Validate form.
|
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, sinkEventsaddStyleDependentName, 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, unsinkEventspublic abstract void subtmitHandler(String title, String name, String wmsRequest)
public abstract void closeHandler()
public boolean validateForm()
public void showAlertSubmitResult(boolean visible,
String text)
visible - the visibletext - the textpublic com.github.gwtbootstrap.client.ui.Button getSubmit_button()
public com.github.gwtbootstrap.client.ui.FluidRow getValidator_field()
public com.github.gwtbootstrap.client.ui.Alert getAlertError()
public com.github.gwtbootstrap.client.ui.Alert getAlertSubmitResult()
public void setAlertErrorVisible(boolean bool)
bool - the new alert error visiblepublic com.github.gwtbootstrap.client.ui.TextBox getInputWMSURI()
public com.github.gwtbootstrap.client.ui.TextBox getInputLayerName()
public com.github.gwtbootstrap.client.ui.TextBox getInputLayerTitle()
Copyright © 2016. All Rights Reserved.