Package system.windows
Class HierarchicalDataTemplate
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.FrameworkTemplate
-
- system.windows.DataTemplate
-
- system.windows.HierarchicalDataTemplate
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IQueryAmbient
public class HierarchicalDataTemplate extends DataTemplate
The base .NET class managing System.Windows.HierarchicalDataTemplate, PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.HierarchicalDataTemplate
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: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.HierarchicalDataTemplatestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HierarchicalDataTemplate()
HierarchicalDataTemplate(java.lang.Object instance)
Internal constructor.HierarchicalDataTemplate(NetObject dataType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HierarchicalDataTemplate
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoHierarchicalDataTemplate
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
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)
-
Methods inherited from class system.windows.DataTemplate
getDataTemplateKey, getDataType, getTriggers, setDataType
-
Methods inherited from class system.windows.FrameworkTemplate
FindName, getHasContent, getIsSealed, getResources, getTemplate, getVisualTree, LoadContent, RegisterName, Seal, setResources, setTemplate, setVisualTree, ShouldSerializeResources, ShouldSerializeVisualTree, UnregisterName
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.markup.IQueryAmbient
IsAmbientPropertyAvailable
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.HierarchicalDataTemplate- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HierarchicalDataTemplate
public HierarchicalDataTemplate(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
HierarchicalDataTemplate
public HierarchicalDataTemplate() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
HierarchicalDataTemplate
public HierarchicalDataTemplate(NetObject dataType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIQueryAmbient
- Overrides:
getJCOAssemblyName
in classDataTemplate
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIQueryAmbient
- Overrides:
getJCOClassName
in classDataTemplate
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIQueryAmbient
- Overrides:
getJCOObjectName
in classDataTemplate
- 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 interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIQueryAmbient
- Overrides:
getJCOInstance
in classDataTemplate
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDataTemplate
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIQueryAmbient
- Overrides:
getJCOType
in classDataTemplate
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HierarchicalDataTemplate cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHierarchicalDataTemplate
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HierarchicalDataTemplate
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAlternationCount
public int getAlternationCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAlternationCount
public void setAlternationCount(int AlternationCount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemStringFormat
public java.lang.String getItemStringFormat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemStringFormat
public void setItemStringFormat(java.lang.String ItemStringFormat) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemTemplateSelector
public DataTemplateSelector getItemTemplateSelector() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemTemplateSelector
public void setItemTemplateSelector(DataTemplateSelector ItemTemplateSelector) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemContainerStyleSelector
public StyleSelector getItemContainerStyleSelector() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemContainerStyleSelector
public void setItemContainerStyleSelector(StyleSelector ItemContainerStyleSelector) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemsSource
public BindingBase getItemsSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemsSource
public void setItemsSource(BindingBase ItemsSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemBindingGroup
public BindingGroup getItemBindingGroup() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemBindingGroup
public void setItemBindingGroup(BindingGroup ItemBindingGroup) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemTemplate
public DataTemplate getItemTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemTemplate
public void setItemTemplate(DataTemplate ItemTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getItemContainerStyle
public Style getItemContainerStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setItemContainerStyle
public void setItemContainerStyle(Style ItemContainerStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
-