public abstract class AbstractFormRelease
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
AbstractFormRelease()
Instantiates a new abstract form release.
|
| Modifier and Type | Method and Description |
|---|---|
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.Form |
getForm_new_release()
Gets the form_new_release.
|
com.github.gwtbootstrap.client.ui.TextArea |
getInput_description()
Gets the input_description.
|
com.github.gwtbootstrap.client.ui.ControlGroup |
getInput_id_group()
Gets the input_id_group.
|
com.github.gwtbootstrap.client.ui.TextBox |
getInput_id()
Gets the input_id.
|
com.github.gwtbootstrap.client.ui.ControlGroup |
getInput_name_group()
Gets the input_name_group.
|
com.github.gwtbootstrap.client.ui.TextBox |
getInput_name()
Gets the input_name.
|
com.google.gwt.user.datepicker.client.DateBox |
getInput_release_date()
Gets the input_release_date.
|
com.github.gwtbootstrap.client.ui.ControlGroup |
getInput_URI_group()
Gets the input_ ur i_group.
|
com.github.gwtbootstrap.client.ui.TextBox |
getInput_URI()
Gets the input_ uri.
|
LoaderIcon |
getLoaderIcon()
Gets the loader icon.
|
com.github.gwtbootstrap.client.ui.ListBox |
getSelect_online()
Gets the select_online.
|
com.github.gwtbootstrap.client.ui.SubmitButton |
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 |
setInputDescriptionValue(String value,
boolean readOnly)
Sets the input description value.
|
void |
setInputIDValue(String value,
boolean readOnly)
Sets the input id value.
|
void |
setInputNameValue(String value,
boolean readOnly)
Sets the input name value.
|
void |
setInputReleaseDate(Long date)
Sets the input release date.
|
void |
setInputURIValue(String value,
boolean readOnly)
Sets the input uri value.
|
void |
setSelectOnlineValue(boolean value,
boolean readOnly)
Sets the select online value.
|
void |
showAlertSubmitResult(boolean visible,
String text)
Show alert submit result.
|
void |
showLoading(boolean visible,
String text)
Show loading.
|
abstract void |
subtmitHandler()
Subtmit handler.
|
abstract 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, 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 AbstractFormRelease()
public abstract void subtmitHandler()
public abstract boolean validateForm()
public void showAlertSubmitResult(boolean visible,
String text)
visible - the visibletext - the textpublic void showLoading(boolean visible,
String text)
visible - the visibletext - the textpublic com.github.gwtbootstrap.client.ui.TextBox getInput_id()
public com.github.gwtbootstrap.client.ui.TextBox getInput_name()
public com.github.gwtbootstrap.client.ui.TextBox getInput_URI()
public com.github.gwtbootstrap.client.ui.TextArea getInput_description()
public com.github.gwtbootstrap.client.ui.ListBox getSelect_online()
public com.github.gwtbootstrap.client.ui.SubmitButton getSubmit_button()
public com.github.gwtbootstrap.client.ui.Form getForm_new_release()
public com.github.gwtbootstrap.client.ui.ControlGroup getInput_id_group()
public com.github.gwtbootstrap.client.ui.ControlGroup getInput_name_group()
public com.github.gwtbootstrap.client.ui.ControlGroup getInput_URI_group()
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 LoaderIcon getLoaderIcon()
public void setAlertErrorVisible(boolean bool)
bool - the new alert error visiblepublic void setInputIDValue(String value, boolean readOnly)
value - the valuereadOnly - the read onlypublic void setInputNameValue(String value, boolean readOnly)
value - the valuereadOnly - the read onlypublic void setInputURIValue(String value, boolean readOnly)
value - the valuereadOnly - the read onlypublic void setInputDescriptionValue(String value, boolean readOnly)
value - the valuereadOnly - the read onlypublic void setSelectOnlineValue(boolean value,
boolean readOnly)
value - the valuereadOnly - the read onlypublic com.google.gwt.user.datepicker.client.DateBox getInput_release_date()
public void setInputReleaseDate(Long date)
date - the new input release date in millisecondCopyright © 2015. All Rights Reserved.