public class GroupStyle extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.GroupStyle
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=8.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.Controls.GroupStyle
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GroupStyle() |
GroupStyle(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupStyle |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GroupStyle, a cast assert is made to check if types are compatible. |
int |
getAlternationCount() |
Style |
getContainerStyle() |
StyleSelector |
getContainerStyleSelector() |
static GroupStyle |
getDefault() |
java.lang.String |
getHeaderStringFormat() |
DataTemplate |
getHeaderTemplate() |
DataTemplateSelector |
getHeaderTemplateSelector() |
boolean |
getHidesIfEmpty() |
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
|
ItemsPanelTemplate |
getPanel() |
void |
setAlternationCount(int AlternationCount) |
void |
setContainerStyle(Style ContainerStyle) |
void |
setContainerStyleSelector(StyleSelector ContainerStyleSelector) |
void |
setHeaderStringFormat(java.lang.String HeaderStringFormat) |
void |
setHeaderTemplate(DataTemplate HeaderTemplate) |
void |
setHeaderTemplateSelector(DataTemplateSelector HeaderTemplateSelector) |
void |
setHidesIfEmpty(boolean HidesIfEmpty) |
void |
setJCOInstance(JCObject instance) |
void |
setPanel(ItemsPanelTemplate Panel) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GroupStyle()
throws java.lang.Throwable
java.lang.Throwablepublic GroupStyle(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static GroupStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GroupStyle, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGroupStyle instancejava.lang.Throwable - in case of error during cast operationpublic int getAlternationCount()
throws java.lang.Throwable
java.lang.Throwablepublic Style getContainerStyle() throws java.lang.Throwable
java.lang.Throwablepublic StyleSelector getContainerStyleSelector() throws java.lang.Throwable
java.lang.Throwablepublic static GroupStyle getDefault() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHeaderStringFormat()
throws java.lang.Throwable
java.lang.Throwablepublic DataTemplate getHeaderTemplate() throws java.lang.Throwable
java.lang.Throwablepublic DataTemplateSelector getHeaderTemplateSelector() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHidesIfEmpty()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ItemsPanelTemplate getPanel() throws java.lang.Throwable
java.lang.Throwablepublic void setAlternationCount(int AlternationCount)
throws java.lang.Throwable
java.lang.Throwablepublic void setContainerStyle(Style ContainerStyle) throws java.lang.Throwable
java.lang.Throwablepublic void setContainerStyleSelector(StyleSelector ContainerStyleSelector) throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderStringFormat(java.lang.String HeaderStringFormat)
throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderTemplate(DataTemplate HeaderTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderTemplateSelector(DataTemplateSelector HeaderTemplateSelector) throws java.lang.Throwable
java.lang.Throwablepublic void setHidesIfEmpty(boolean HidesIfEmpty)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPanel(ItemsPanelTemplate Panel) throws java.lang.Throwable
java.lang.Throwable