public class ResourceInfoForm
extends com.google.gwt.user.client.ui.Composite
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.TextArea |
resourceDescription |
com.github.gwtbootstrap.client.ui.TextBox |
resourceFormat |
com.github.gwtbootstrap.client.ui.TextBox |
resourceName |
com.github.gwtbootstrap.client.ui.TextBox |
resourcePath |
com.github.gwtbootstrap.client.ui.Button |
updateResourceButton |
| Constructor and Description |
|---|
ResourceInfoForm() |
ResourceInfoForm(ResourceElementBean resource,
com.google.gwt.cell.client.ValueUpdater<ResourceElementBean> valueUpdater) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearPanel() |
String |
getResourceDescription() |
String |
getResourceFormat() |
String |
getResourceName() |
String |
getResourcePath() |
void |
removeError(com.github.gwtbootstrap.client.ui.ControlGroup control) |
void |
setResourceDescription(String resourceDescription) |
void |
setResourceFormat(String resourceFormat) |
void |
setResourceName(String resourceName) |
void |
setResourcePath(String resourcePath) |
void |
showError(com.github.gwtbootstrap.client.ui.ControlGroup control) |
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, toString@UiField public com.github.gwtbootstrap.client.ui.TextBox resourceName
@UiField public com.github.gwtbootstrap.client.ui.TextBox resourcePath
@UiField public com.github.gwtbootstrap.client.ui.TextBox resourceFormat
@UiField public com.github.gwtbootstrap.client.ui.TextArea resourceDescription
@UiField public com.github.gwtbootstrap.client.ui.Button updateResourceButton
public ResourceInfoForm()
public ResourceInfoForm(ResourceElementBean resource, com.google.gwt.cell.client.ValueUpdater<ResourceElementBean> valueUpdater)
public String getResourceName()
public void setResourceName(String resourceName)
public String getResourcePath()
public void setResourcePath(String resourcePath)
public String getResourceFormat()
public void setResourceFormat(String resourceFormat)
public String getResourceDescription()
public void setResourceDescription(String resourceDescription)
public void removeError(com.github.gwtbootstrap.client.ui.ControlGroup control)
public void showError(com.github.gwtbootstrap.client.ui.ControlGroup control)
protected void clearPanel()
Copyright © 2020. All Rights Reserved.