Package system.web.ui.webcontrols
Class TreeView
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IAttributeAccessor
,ICallbackEventHandler
,IParserAccessor
,IPostBackDataHandler
,IPostBackEventHandler
public class TreeView extends HierarchicalDataBoundControl implements IPostBackEventHandler, IPostBackDataHandler, ICallbackEventHandler
The base .NET class managing System.Web.UI.WebControls.TreeView, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.TreeView
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.TreeViewstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.webcontrols.BaseDataBoundControl
addDataBound, getDataSource, getDataSourceID, removeDataBound, setDataSource, setDataSourceID
-
Methods inherited from class system.web.ui.webcontrols.WebControl
ApplyStyle, CopyBaseAttributes, getAccessKey, getAttributes, getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getControlStyle, getControlStyleCreated, getCssClass, getDisabledCssClass, getEnabled, getFont, getForeColor, getHasAttributes, getHeight, getStyle, getSupportsDisabledAttribute, getTabIndex, getToolTip, getWidth, MergeStyle, setAccessKey, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setDisabledCssClass, setEnabled, setForeColor, setHeight, setTabIndex, setToolTip, setWidth
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IAttributeAccessor
GetAttribute, SetAttribute
-
Methods inherited from interface system.web.ui.ICallbackEventHandler
GetCallbackResult, RaiseCallbackEvent
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
Methods inherited from interface system.web.ui.IPostBackDataHandler
LoadPostData, RaisePostDataChangedEvent
-
Methods inherited from interface system.web.ui.IPostBackEventHandler
RaisePostBackEvent
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.TreeView- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIAttributeAccessor
- Specified by:
getJCOAssemblyName
in interfaceICallbackEventHandler
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- Specified by:
getJCOAssemblyName
in interfaceIPostBackDataHandler
- Specified by:
getJCOAssemblyName
in interfaceIPostBackEventHandler
- Overrides:
getJCOAssemblyName
in classHierarchicalDataBoundControl
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIAttributeAccessor
- Specified by:
getJCOClassName
in interfaceICallbackEventHandler
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- Specified by:
getJCOClassName
in interfaceIPostBackDataHandler
- Specified by:
getJCOClassName
in interfaceIPostBackEventHandler
- Overrides:
getJCOClassName
in classHierarchicalDataBoundControl
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIAttributeAccessor
- Specified by:
getJCOObjectName
in interfaceICallbackEventHandler
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- Specified by:
getJCOObjectName
in interfaceIPostBackDataHandler
- Specified by:
getJCOObjectName
in interfaceIPostBackEventHandler
- Overrides:
getJCOObjectName
in classHierarchicalDataBoundControl
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIAttributeAccessor
- Specified by:
getJCOInstance
in interfaceICallbackEventHandler
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- Specified by:
getJCOInstance
in interfaceIPostBackDataHandler
- Specified by:
getJCOInstance
in interfaceIPostBackEventHandler
- Overrides:
getJCOInstance
in classHierarchicalDataBoundControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classHierarchicalDataBoundControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIAttributeAccessor
- Specified by:
getJCOType
in interfaceICallbackEventHandler
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIParserAccessor
- Specified by:
getJCOType
in interfaceIPostBackDataHandler
- Specified by:
getJCOType
in interfaceIPostBackEventHandler
- Overrides:
getJCOType
in classHierarchicalDataBoundControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static TreeView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoTreeView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
TreeView
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
FindNode
public TreeNode FindNode(java.lang.String valuePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
CollapseAll
public void CollapseAll() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, HttpException, NullReferenceException
-
DataBind
public void DataBind() throws java.lang.Throwable
- Overrides:
DataBind
in classBaseDataBoundControl
- Throws:
java.lang.Throwable
-
ExpandAll
public void ExpandAll() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, HttpException, NullReferenceException
-
RenderBeginTag
public void RenderBeginTag(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationException, NullReferenceException, IndexOutOfRangeException, OutOfMemoryException
- Overrides:
RenderBeginTag
in classWebControl
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ConfigurationException
NullReferenceException
IndexOutOfRangeException
OutOfMemoryException
-
RenderEndTag
public void RenderEndTag(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, ThreadAbortException
- Overrides:
RenderEndTag
in classWebControl
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
ThreadAbortException
-
getAutoGenerateDataBindings
public boolean getAutoGenerateDataBindings() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAutoGenerateDataBindings
public void setAutoGenerateDataBindings(boolean AutoGenerateDataBindings) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getEnableClientScript
public boolean getEnableClientScript() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setEnableClientScript
public void setEnableClientScript(boolean EnableClientScript) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getNodeWrap
public boolean getNodeWrap() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNodeWrap
public void setNodeWrap(boolean NodeWrap) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPopulateNodesFromClient
public boolean getPopulateNodesFromClient() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, HttpRequestValidationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
HttpRequestValidationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
FormatException
-
setPopulateNodesFromClient
public void setPopulateNodesFromClient(boolean PopulateNodesFromClient) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getShowExpandCollapse
public boolean getShowExpandCollapse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setShowExpandCollapse
public void setShowExpandCollapse(boolean ShowExpandCollapse) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getShowLines
public boolean getShowLines() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setShowLines
public void setShowLines(boolean ShowLines) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getPathSeparator
public char getPathSeparator() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setPathSeparator
public void setPathSeparator(char PathSeparator) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getExpandDepth
public int getExpandDepth() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setExpandDepth
public void setExpandDepth(int ExpandDepth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getMaxDataBindDepth
public int getMaxDataBindDepth() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setMaxDataBindDepth
public void setMaxDataBindDepth(int MaxDataBindDepth) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getNodeIndent
public int getNodeIndent() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNodeIndent
public void setNodeIndent(int NodeIndent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCollapseImageToolTip
public java.lang.String getCollapseImageToolTip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCollapseImageToolTip
public void setCollapseImageToolTip(java.lang.String CollapseImageToolTip) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCollapseImageUrl
public java.lang.String getCollapseImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCollapseImageUrl
public void setCollapseImageUrl(java.lang.String CollapseImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getExpandImageToolTip
public java.lang.String getExpandImageToolTip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setExpandImageToolTip
public void setExpandImageToolTip(java.lang.String ExpandImageToolTip) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getExpandImageUrl
public java.lang.String getExpandImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setExpandImageUrl
public void setExpandImageUrl(java.lang.String ExpandImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getLineImagesFolder
public java.lang.String getLineImagesFolder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setLineImagesFolder
public void setLineImagesFolder(java.lang.String LineImagesFolder) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getNoExpandImageUrl
public java.lang.String getNoExpandImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setNoExpandImageUrl
public void setNoExpandImageUrl(java.lang.String NoExpandImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSelectedValue
public java.lang.String getSelectedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSkipLinkText
public java.lang.String getSkipLinkText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSkipLinkText
public void setSkipLinkText(java.lang.String SkipLinkText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getTarget
public java.lang.String getTarget() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setTarget
public void setTarget(java.lang.String Target) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getHoverNodeStyle
public Style getHoverNodeStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getSelectedNode
public TreeNode getSelectedNode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataBindings
public TreeNodeBindingCollection getDataBindings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCheckedNodes
public TreeNodeCollection getCheckedNodes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNodes
public TreeNodeCollection getNodes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLeafNodeStyle
public TreeNodeStyle getLeafNodeStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getNodeStyle
public TreeNodeStyle getNodeStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getParentNodeStyle
public TreeNodeStyle getParentNodeStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getRootNodeStyle
public TreeNodeStyle getRootNodeStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getSelectedNodeStyle
public TreeNodeStyle getSelectedNodeStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
getLevelStyles
public TreeNodeStyleCollection getLevelStyles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getShowCheckBoxes
public TreeNodeTypes getShowCheckBoxes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setShowCheckBoxes
public void setShowCheckBoxes(TreeNodeTypes ShowCheckBoxes) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getImageSet
public TreeViewImageSet getImageSet() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setImageSet
public void setImageSet(TreeViewImageSet ImageSet) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
addSelectedNodeChanged
public void addSelectedNodeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectedNodeChanged
public void removeSelectedNodeChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTreeNodeCheckChanged
public void addTreeNodeCheckChanged(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTreeNodeCheckChanged
public void removeTreeNodeCheckChanged(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTreeNodeCollapsed
public void addTreeNodeCollapsed(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTreeNodeCollapsed
public void removeTreeNodeCollapsed(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTreeNodeDataBound
public void addTreeNodeDataBound(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTreeNodeDataBound
public void removeTreeNodeDataBound(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTreeNodeExpanded
public void addTreeNodeExpanded(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTreeNodeExpanded
public void removeTreeNodeExpanded(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTreeNodePopulate
public void addTreeNodePopulate(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTreeNodePopulate
public void removeTreeNodePopulate(TreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-