Package system.web.ui
Class HtmlTextWriterAttribute
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.HtmlTextWriterAttribute
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HtmlTextWriterAttribute extends NetObject
The base .NET class managing System.Web.UI.HtmlTextWriterAttribute, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.HtmlTextWriterAttribute
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HtmlTextWriterAttribute()
HtmlTextWriterAttribute(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.HtmlTextWriterAttribute- See Also:
- Constant Field Values
-
Accesskey
public static HtmlTextWriterAttribute Accesskey
-
Align
public static HtmlTextWriterAttribute Align
-
Alt
public static HtmlTextWriterAttribute Alt
-
Background
public static HtmlTextWriterAttribute Background
-
Bgcolor
public static HtmlTextWriterAttribute Bgcolor
-
Border
public static HtmlTextWriterAttribute Border
-
Bordercolor
public static HtmlTextWriterAttribute Bordercolor
-
Cellpadding
public static HtmlTextWriterAttribute Cellpadding
-
Cellspacing
public static HtmlTextWriterAttribute Cellspacing
-
Checked
public static HtmlTextWriterAttribute Checked
-
Class
public static HtmlTextWriterAttribute Class
-
Cols
public static HtmlTextWriterAttribute Cols
-
Colspan
public static HtmlTextWriterAttribute Colspan
-
Disabled
public static HtmlTextWriterAttribute Disabled
-
For
public static HtmlTextWriterAttribute For
-
Height
public static HtmlTextWriterAttribute Height
-
Href
public static HtmlTextWriterAttribute Href
-
Id
public static HtmlTextWriterAttribute Id
-
Maxlength
public static HtmlTextWriterAttribute Maxlength
-
Multiple
public static HtmlTextWriterAttribute Multiple
-
Name
public static HtmlTextWriterAttribute Name
-
Nowrap
public static HtmlTextWriterAttribute Nowrap
-
Onchange
public static HtmlTextWriterAttribute Onchange
-
Onclick
public static HtmlTextWriterAttribute Onclick
-
ReadOnly
public static HtmlTextWriterAttribute ReadOnly
-
Rows
public static HtmlTextWriterAttribute Rows
-
Rowspan
public static HtmlTextWriterAttribute Rowspan
-
Rules
public static HtmlTextWriterAttribute Rules
-
Selected
public static HtmlTextWriterAttribute Selected
-
Size
public static HtmlTextWriterAttribute Size
-
Src
public static HtmlTextWriterAttribute Src
-
Style
public static HtmlTextWriterAttribute Style
-
Tabindex
public static HtmlTextWriterAttribute Tabindex
-
Target
public static HtmlTextWriterAttribute Target
-
Title
public static HtmlTextWriterAttribute Title
-
Type
public static HtmlTextWriterAttribute Type
-
Valign
public static HtmlTextWriterAttribute Valign
-
Value
public static HtmlTextWriterAttribute Value
-
Width
public static HtmlTextWriterAttribute Width
-
Wrap
public static HtmlTextWriterAttribute Wrap
-
Abbr
public static HtmlTextWriterAttribute Abbr
-
AutoComplete
public static HtmlTextWriterAttribute AutoComplete
-
Axis
public static HtmlTextWriterAttribute Axis
-
Content
public static HtmlTextWriterAttribute Content
-
Coords
public static HtmlTextWriterAttribute Coords
-
DesignerRegion
public static HtmlTextWriterAttribute DesignerRegion
-
Dir
public static HtmlTextWriterAttribute Dir
-
Headers
public static HtmlTextWriterAttribute Headers
-
Longdesc
public static HtmlTextWriterAttribute Longdesc
-
Rel
public static HtmlTextWriterAttribute Rel
-
Scope
public static HtmlTextWriterAttribute Scope
-
Shape
public static HtmlTextWriterAttribute Shape
-
Usemap
public static HtmlTextWriterAttribute Usemap
-
VCardName
public static HtmlTextWriterAttribute VCardName
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- 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
- Overrides:
getJCOClassName
in classNetObject
- 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
- Overrides:
getJCOObjectName
in classNetObject
- 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
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-