public class TreeNode extends NetObject implements ICloneable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.TreeNode
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.UI.WebControls.TreeNode
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TreeNode() |
TreeNode(java.lang.Object instance)
Internal constructor.
|
TreeNode(java.lang.String text) |
TreeNode(java.lang.String text,
java.lang.String value) |
TreeNode(java.lang.String text,
java.lang.String value,
java.lang.String imageUrl) |
TreeNode(java.lang.String text,
java.lang.String value,
java.lang.String imageUrl,
java.lang.String navigateUrl,
java.lang.String target) |
| Modifier and Type | Method and Description |
|---|---|
static TreeNode |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into TreeNode, a cast assert is made to check if types are compatible. |
void |
Collapse() |
void |
CollapseAll() |
void |
Expand() |
void |
ExpandAll() |
boolean |
getChecked() |
TreeNodeCollection |
getChildNodes() |
boolean |
getDataBound() |
NetObject |
getDataItem() |
java.lang.String |
getDataPath() |
int |
getDepth() |
java.lang.String |
getImageToolTip() |
java.lang.String |
getImageUrl() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getNavigateUrl() |
TreeNode |
getParent() |
boolean |
getPopulateOnDemand() |
TreeNodeSelectAction |
getSelectAction() |
boolean |
getSelected() |
java.lang.String |
getTarget() |
java.lang.String |
getText() |
java.lang.String |
getToolTip() |
java.lang.String |
getValue() |
java.lang.String |
getValuePath() |
void |
Select() |
void |
setChecked(boolean Checked) |
void |
setImageToolTip(java.lang.String ImageToolTip) |
void |
setImageUrl(java.lang.String ImageUrl) |
void |
setJCOInstance(JCObject instance) |
void |
setNavigateUrl(java.lang.String NavigateUrl) |
void |
setPopulateOnDemand(boolean PopulateOnDemand) |
void |
setSelectAction(TreeNodeSelectAction SelectAction) |
void |
setSelected(boolean Selected) |
void |
setTarget(java.lang.String Target) |
void |
setText(java.lang.String Text) |
void |
setToolTip(java.lang.String ToolTip) |
void |
setValue(java.lang.String Value) |
void |
ToggleExpandState() |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringClone, ToICloneablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TreeNode()
throws java.lang.Throwable
java.lang.Throwablepublic TreeNode(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic TreeNode(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public TreeNode(java.lang.String text,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public TreeNode(java.lang.String text,
java.lang.String value,
java.lang.String imageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public TreeNode(java.lang.String text,
java.lang.String value,
java.lang.String imageUrl,
java.lang.String navigateUrl,
java.lang.String target)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public static TreeNode cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TreeNode, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTreeNode instancejava.lang.Throwable - in case of error during cast operationpublic void Collapse()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
ConfigurationException,
ConfigurationErrorsException,
HttpRequestValidationException,
OutOfMemoryException,
NotSupportedException,
NullReferenceException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionFormatExceptionpublic void CollapseAll()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
ConfigurationErrorsException,
HttpRequestValidationException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionNullReferenceExceptionpublic void Expand()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
ConfigurationException,
ConfigurationErrorsException,
HttpRequestValidationException,
OutOfMemoryException,
NotSupportedException,
NullReferenceException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionFormatExceptionpublic void ExpandAll()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
ConfigurationErrorsException,
HttpRequestValidationException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionNullReferenceExceptionpublic boolean getChecked()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TreeNodeCollection getChildNodes() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDataBound()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public NetObject getDataItem() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public int getDepth()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
RankException
public java.lang.String getImageToolTip()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getImageUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ICloneablegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ICloneablegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ICloneablegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ICloneablegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ICloneablegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getNavigateUrl()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TreeNode getParent() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPopulateOnDemand()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public TreeNodeSelectAction getSelectAction() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public boolean getSelected()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getTarget()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getToolTip()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getValue()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getValuePath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
OutOfMemoryException,
RankException
public void Select()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setChecked(boolean Checked)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
HttpException
public void setImageToolTip(java.lang.String ImageToolTip)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setImageUrl(java.lang.String ImageUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNavigateUrl(java.lang.String NavigateUrl)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setPopulateOnDemand(boolean PopulateOnDemand)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
HttpException,
ConfigurationException,
ConfigurationErrorsException,
HttpRequestValidationException,
OutOfMemoryException,
NotSupportedException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionpublic void setSelectAction(TreeNodeSelectAction SelectAction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public void setSelected(boolean Selected)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setTarget(java.lang.String Target)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setText(java.lang.String Text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setToolTip(java.lang.String ToolTip)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setValue(java.lang.String Value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void ToggleExpandState()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
HttpException,
ConfigurationException,
ConfigurationErrorsException,
HttpRequestValidationException,
OutOfMemoryException,
NotSupportedException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionConfigurationExceptionConfigurationErrorsExceptionHttpRequestValidationExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceException