public class ScriptInputContainer
extends com.google.gwt.user.client.ui.FlowPanel
implements com.google.gwt.event.dom.client.ClickHandler
ShellScriptCustomizer
,
org.beansoup.shellscript.client.ShellScriptInputViewer
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Constructor and Description |
---|
ScriptInputContainer(com.google.gwt.user.client.rpc.IsSerializable bean) |
ScriptInputContainer(com.google.gwt.user.client.rpc.IsSerializable bean,
com.google.gwt.user.client.rpc.IsSerializable oBean) |
Modifier and Type | Method and Description |
---|---|
void |
disableEditing()
Prevents the TextArea from being edited.
|
java.lang.String |
getScriptText() |
java.lang.String |
getWorkDirPath() |
boolean |
isDisplayJobTrackerJobStatusReportBoxChecked() |
boolean |
isDisplayJobTrackerTaskletStatusReportBoxChecked() |
boolean |
isFailureOnNonZeroChecked() |
boolean |
isHideArgsBoxChecked() |
boolean |
isStdErrorChecked() |
boolean |
isStreamStdOutError() |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
add, adopt, adopt, disown, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getWidgetIndex
public ScriptInputContainer(com.google.gwt.user.client.rpc.IsSerializable bean)
public ScriptInputContainer(com.google.gwt.user.client.rpc.IsSerializable bean, com.google.gwt.user.client.rpc.IsSerializable oBean)
bean
- public void disableEditing()
public java.lang.String getScriptText()
public java.lang.String getWorkDirPath()
public boolean isStreamStdOutError()
public boolean isDisplayJobTrackerJobStatusReportBoxChecked()
public boolean isDisplayJobTrackerTaskletStatusReportBoxChecked()
public boolean isStdErrorChecked()
public boolean isFailureOnNonZeroChecked()
public boolean isHideArgsBoxChecked()
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick
in interface com.google.gwt.event.dom.client.ClickHandler
Copyright © Grand Logic, Inc. All Rights Reserved.