Package system.web.ui.design
Class ITemplateEditingFrameImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.design.ITemplateEditingFrameImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IDisposable,ITemplateEditingFrame
public class ITemplateEditingFrameImplementation extends NetObject implements ITemplateEditingFrame
The base .NET class managing System.Web.UI.Design.ITemplateEditingFrame, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.ITemplateEditingFrame
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.StringassemblyFullNameFully assembly qualified name: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Designstatic java.lang.StringclassNameQualified class name: System.Web.UI.Design.ITemplateEditingFramestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ITemplateEditingFrameImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidClose(boolean saveChanges)voidDispose()StylegetControlStyle()intgetInitialHeight()intgetInitialWidth()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetName()java.lang.String[]getTemplateNames()Style[]getTemplateStyles()TemplateEditingVerbgetVerb()voidOpen()voidResize(int width, int height)voidSave()voidsetInitialHeight(int InitialHeight)voidsetInitialWidth(int InitialWidth)voidsetVerb(TemplateEditingVerb Verb)static ITemplateEditingFrameToITemplateEditingFrame(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoITemplateEditingFrame, a cast assert is made to check if types are compatible.voidUpdateControlName(java.lang.String newName)-
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.Design, 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.Design- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.Design.ITemplateEditingFrame- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceITemplateEditingFrame- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceITemplateEditingFrame- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceITemplateEditingFrame- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceITemplateEditingFrame- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceITemplateEditingFrame- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToITemplateEditingFrame
public static ITemplateEditingFrame ToITemplateEditingFrame(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoITemplateEditingFrame, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ITemplateEditingFrameinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Close
public void Close(boolean saveChanges) throws java.lang.Throwable- Specified by:
Closein interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
Dispose
public void Dispose() throws java.lang.Throwable- Specified by:
Disposein interfaceIDisposable- Throws:
java.lang.Throwable
-
Open
public void Open() throws java.lang.Throwable- Specified by:
Openin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
Resize
public void Resize(int width, int height) throws java.lang.Throwable- Specified by:
Resizein interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
Save
public void Save() throws java.lang.Throwable- Specified by:
Savein interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
UpdateControlName
public void UpdateControlName(java.lang.String newName) throws java.lang.Throwable- Specified by:
UpdateControlNamein interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getInitialHeight
public int getInitialHeight() throws java.lang.Throwable- Specified by:
getInitialHeightin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
setInitialHeight
public void setInitialHeight(int InitialHeight) throws java.lang.Throwable- Specified by:
setInitialHeightin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getInitialWidth
public int getInitialWidth() throws java.lang.Throwable- Specified by:
getInitialWidthin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
setInitialWidth
public void setInitialWidth(int InitialWidth) throws java.lang.Throwable- Specified by:
setInitialWidthin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable- Specified by:
getNamein interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getTemplateNames
public java.lang.String[] getTemplateNames() throws java.lang.Throwable- Specified by:
getTemplateNamesin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getVerb
public TemplateEditingVerb getVerb() throws java.lang.Throwable
- Specified by:
getVerbin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
setVerb
public void setVerb(TemplateEditingVerb Verb) throws java.lang.Throwable
- Specified by:
setVerbin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getControlStyle
public Style getControlStyle() throws java.lang.Throwable
- Specified by:
getControlStylein interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
getTemplateStyles
public final Style[] getTemplateStyles() throws java.lang.Throwable
- Specified by:
getTemplateStylesin interfaceITemplateEditingFrame- Throws:
java.lang.Throwable
-
-