public class NavigateSplitPaneTask extends ComponentTask
SplitPane.navigatePane()
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
NavigateSplitPaneTask() |
NavigateSplitPaneTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
static NavigateSplitPaneTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Boolean |
getShowRecursively()
Set to
false to not show a component's parents. |
CurrentPane |
getTargetPane()
Pane target to be navigated from the current pane.
|
java.lang.String |
getTitle()
Title to show instead of the automatically chosen one.
|
NavigateSplitPaneTask |
setShowRecursively(java.lang.Boolean showRecursively)
Set to
false to not show a component's parents. |
NavigateSplitPaneTask |
setTargetPane(CurrentPane targetPane)
Pane target to be navigated from the current pane.
|
NavigateSplitPaneTask |
setTitle(java.lang.String title)
Title to show instead of the automatically chosen one.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, getTargetBaseClass, getTargetBaseClassAsStringArray, getTargetComponent, getTargetComponent, getUnsupportedComponentMessage, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource, setTargetBaseClass, setTargetBaseClass, setUnsupportedComponentMessage
completeElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getComponentReferences, getDescription, getDynamicValue, getEditorType, getElementDescription, getForceSingle, getID, getInvalidTaskMessage, getJsObj, getMockMode, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getSupportsMultipleInputRecords, getTextFormulaValue, getTypeTitle, getUndefinedComponentMessage, getUnresolvedComponentMessage, getWaitDuration, getWaitFor, getWaitLocator, isCreated, isValid, objectReferencesLastTaskOutput, onInit, reset, setAttribute, setBindOutput, setClassDescription, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, setUndefinedComponentMessage, setUnresolvedComponentMessage, setWaitDuration, setWaitFor, setWaitLocator, updateGlobalIDInCriteria, updateGlobalIDInTextFormula, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValues
addDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, asSGWTComponent, clearDynamicProperty, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getRef, getRuleScope, getScClassName, getTestInstance, hasAutoAssignedID, hasDynamicProperty, internalSetID, internalSetID, isConfigOnly, isFactoryCreated, onBind, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setProperty, setProperty, setProperty, setProperty, setRuleScope, setScClassName
public NavigateSplitPaneTask()
public NavigateSplitPaneTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static NavigateSplitPaneTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public NavigateSplitPaneTask setShowRecursively(java.lang.Boolean showRecursively) throws java.lang.IllegalStateException
false
to not show a component's parents.showRecursively
- New showRecursively value. Default value is nullNavigateSplitPaneTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.Boolean getShowRecursively()
false
to not show a component's parents.public NavigateSplitPaneTask setTargetPane(CurrentPane targetPane) throws java.lang.IllegalStateException
targetPane
- New targetPane value. Default value is nullNavigateSplitPaneTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic CurrentPane getTargetPane()
public NavigateSplitPaneTask setTitle(java.lang.String title) throws java.lang.IllegalStateException
title
- New title value. Default value is nullNavigateSplitPaneTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.String getTitle()