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  falseto 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  falseto 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, getTargetComponent, getTargetComponent, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSourcecompleteElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getDescription, getDynamicValue, getEditorType, getElementDescription, getForceSingle, getID, getJsObj, getMockMode, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getSupportsMultipleInputRecords, getTextFormulaValue, getTypeTitle, isCreated, objectReferencesLastTaskOutput, onInit, reset, setAttribute, setBindOutput, setClassDescription, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, updateGlobalIDInCriteria, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValuesaddDynamicProperty, 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, setScClassNamepublic 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 ComponentTaskpublic 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()