public class HierarchicalDataTemplate extends DataTemplate
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.HierarchicalDataTemplate
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: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.HierarchicalDataTemplate
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HierarchicalDataTemplate() |
HierarchicalDataTemplate(NetObject dataType) |
HierarchicalDataTemplate(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static HierarchicalDataTemplate |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HierarchicalDataTemplate, a cast assert is made to check if types are compatible. |
int |
getAlternationCount() |
BindingGroup |
getItemBindingGroup() |
Style |
getItemContainerStyle() |
StyleSelector |
getItemContainerStyleSelector() |
BindingBase |
getItemsSource() |
java.lang.String |
getItemStringFormat() |
DataTemplate |
getItemTemplate() |
DataTemplateSelector |
getItemTemplateSelector() |
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
|
void |
setAlternationCount(int AlternationCount) |
void |
setItemBindingGroup(BindingGroup ItemBindingGroup) |
void |
setItemContainerStyle(Style ItemContainerStyle) |
void |
setItemContainerStyleSelector(StyleSelector ItemContainerStyleSelector) |
void |
setItemsSource(BindingBase ItemsSource) |
void |
setItemStringFormat(java.lang.String ItemStringFormat) |
void |
setItemTemplate(DataTemplate ItemTemplate) |
void |
setItemTemplateSelector(DataTemplateSelector ItemTemplateSelector) |
void |
setJCOInstance(JCObject instance) |
getDataTemplateKey, getDataType, getTriggers, setDataTypeFindName, getHasContent, getIsSealed, getResources, getTemplate, getVisualTree, LoadContent, RegisterName, Seal, setResources, setTemplate, setVisualTree, ShouldSerializeResources, ShouldSerializeVisualTree, UnregisterNameCheckAccess, getDispatcher, VerifyAccessEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringIsAmbientPropertyAvailable, ToIQueryAmbientpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HierarchicalDataTemplate()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
PlatformNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException
public HierarchicalDataTemplate(NetObject dataType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
public HierarchicalDataTemplate(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HierarchicalDataTemplate cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HierarchicalDataTemplate, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHierarchicalDataTemplate instancejava.lang.Throwable - in case of error during cast operationpublic int getAlternationCount()
throws java.lang.Throwable
java.lang.Throwablepublic BindingGroup getItemBindingGroup() throws java.lang.Throwable
java.lang.Throwablepublic Style getItemContainerStyle() throws java.lang.Throwable
java.lang.Throwablepublic StyleSelector getItemContainerStyleSelector() throws java.lang.Throwable
java.lang.Throwablepublic BindingBase getItemsSource() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getItemStringFormat()
throws java.lang.Throwable
java.lang.Throwablepublic DataTemplate getItemTemplate() throws java.lang.Throwable
java.lang.Throwablepublic DataTemplateSelector getItemTemplateSelector() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IQueryAmbientgetJCOAssemblyName in class DataTemplateString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IQueryAmbientgetJCOClassName in class DataTemplateString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IQueryAmbientgetJCOInstance in class DataTemplateObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IQueryAmbientgetJCOObjectName in class DataTemplateString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IQueryAmbientgetJCOType in class DataTemplateJCType representing the CLR Type of the instantiated Classpublic void setAlternationCount(int AlternationCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public void setItemBindingGroup(BindingGroup ItemBindingGroup) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setItemContainerStyle(Style ItemContainerStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setItemContainerStyleSelector(StyleSelector ItemContainerStyleSelector) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setItemsSource(BindingBase ItemsSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setItemStringFormat(java.lang.String ItemStringFormat)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException
public void setItemTemplate(DataTemplate ItemTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setItemTemplateSelector(DataTemplateSelector ItemTemplateSelector) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataTemplate