public class IHtmlControlDesignerBehaviorImplementation extends NetObject implements IHtmlControlDesignerBehavior
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.IHtmlControlDesignerBehavior
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.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Design
|
static java.lang.String |
className
Qualified class name: System.Web.UI.Design.IHtmlControlDesignerBehavior
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IHtmlControlDesignerBehaviorImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NetObject |
GetAttribute(java.lang.String attribute,
boolean ignoreCase) |
HtmlControlDesigner |
getDesigner() |
NetObject |
getDesignTimeElement() |
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
|
NetObject |
GetStyleAttribute(java.lang.String attribute,
boolean designTimeOnly,
boolean ignoreCase) |
void |
RemoveAttribute(java.lang.String attribute,
boolean ignoreCase) |
void |
RemoveStyleAttribute(java.lang.String attribute,
boolean designTimeOnly,
boolean ignoreCase) |
void |
SetAttribute(java.lang.String attribute,
NetObject value,
boolean ignoreCase) |
void |
setDesigner(HtmlControlDesigner Designer) |
void |
SetStyleAttribute(java.lang.String attribute,
boolean designTimeOnly,
NetObject value,
boolean ignoreCase) |
static IHtmlControlDesignerBehavior |
ToIHtmlControlDesignerBehavior(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IHtmlControlDesignerBehavior, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IHtmlControlDesignerBehaviorImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetAttribute(java.lang.String attribute, boolean ignoreCase) throws java.lang.Throwable
GetAttribute in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic HtmlControlDesigner getDesigner() throws java.lang.Throwable
getDesigner in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic NetObject getDesignTimeElement() throws java.lang.Throwable
getDesignTimeElement in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IHtmlControlDesignerBehaviorgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IHtmlControlDesignerBehaviorgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IHtmlControlDesignerBehaviorgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IHtmlControlDesignerBehaviorgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IHtmlControlDesignerBehaviorgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetStyleAttribute(java.lang.String attribute, boolean designTimeOnly, boolean ignoreCase) throws java.lang.Throwable
GetStyleAttribute in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic void RemoveAttribute(java.lang.String attribute,
boolean ignoreCase)
throws java.lang.Throwable
RemoveAttribute in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic void RemoveStyleAttribute(java.lang.String attribute,
boolean designTimeOnly,
boolean ignoreCase)
throws java.lang.Throwable
RemoveStyleAttribute in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic void SetAttribute(java.lang.String attribute,
NetObject value,
boolean ignoreCase)
throws java.lang.Throwable
SetAttribute in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic void setDesigner(HtmlControlDesigner Designer) throws java.lang.Throwable
setDesigner in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic void SetStyleAttribute(java.lang.String attribute,
boolean designTimeOnly,
NetObject value,
boolean ignoreCase)
throws java.lang.Throwable
SetStyleAttribute in interface IHtmlControlDesignerBehaviorjava.lang.Throwablepublic static IHtmlControlDesignerBehavior ToIHtmlControlDesignerBehavior(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IHtmlControlDesignerBehavior, a cast assert is made to check if types are compatible.ToIHtmlControlDesignerBehavior in interface IHtmlControlDesignerBehaviorfrom - IJCOBridgeReflected instance to be castedIHtmlControlDesignerBehavior instancejava.lang.Throwable - in case of error during cast operation