Package system.web.ui.design
Class ControlDesigner
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.design.ComponentDesigner
-
- system.web.ui.design.HtmlControlDesigner
-
- system.web.ui.design.ControlDesigner
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDesignerFilter
- Direct Known Subclasses:
BaseDataBoundControlDesigner
,ButtonDesigner
,CalendarDesigner
,ChangePasswordDesigner
,CheckBoxDesigner
,CompositeControlDesigner
,ContainerControlDesigner
,ContentDesigner
,ContentPlaceHolderDesigner
,DataSourceDesigner
,HiddenFieldDesigner
,HierarchicalDataSourceDesigner
,LiteralDesigner
,LoginNameDesigner
,LoginViewDesigner
,PasswordRecoveryDesigner
,PreviewControlDesigner
,ProxyWebPartManagerDesigner
,ReadWriteControlDesigner
,RepeaterDesigner
,SiteMapPathDesigner
,SubstitutionDesigner
,TableDesigner
,TemplatedControlDesigner
,TextControlDesigner
,UserControlDesigner
,WebPartManagerDesigner
,WebZoneDesigner
,XmlDesigner
public class ControlDesigner extends HtmlControlDesigner
The base .NET class managing System.Web.UI.Design.ControlDesigner, 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.ControlDesigner
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: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Designstatic java.lang.String
className
Qualified class name: System.Web.UI.Design.ControlDesignerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ControlDesigner()
ControlDesigner(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.web.ui.design.HtmlControlDesigner
getBehavior, getDataBindings, getExpressions, getShouldCodeSerialize, OnSetParent, setBehavior, setShouldCodeSerialize
-
Methods inherited from class system.componentmodel.design.ComponentDesigner
close, Dispose, DoDefaultAction, getActionLists, getAssociatedComponents, getComponent, getVerbs, InitializeExistingComponent, InitializeNewComponent, InitializeNonDefault, OnSetComponentDefaults
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.design.IDesignerFilter
PostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties
-
-
-
-
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.ControlDesigner- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDesignerFilter
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classHtmlControlDesigner
- 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 interfaceIDesignerFilter
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classHtmlControlDesigner
- 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 interfaceIDesignerFilter
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classHtmlControlDesigner
- 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 interfaceIDesignerFilter
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classHtmlControlDesigner
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classHtmlControlDesigner
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDesignerFilter
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classHtmlControlDesigner
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ControlDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoControlDesigner
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ControlDesigner
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsPropertyBound
public boolean IsPropertyBound(java.lang.String propName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
-
GetBounds
public Rectangle GetBounds() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDesignTimeHtml
public java.lang.String GetDesignTimeHtml() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, TypeLoadException, NotImplementedException, HttpException, ProviderException, OutOfMemoryException, OverflowException, HttpRequestValidationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
MissingManifestResourceException
InvalidOperationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
TypeLoadException
NotImplementedException
HttpException
ProviderException
OutOfMemoryException
OverflowException
HttpRequestValidationException
PlatformNotSupportedException
-
GetDesignTimeHtml
public java.lang.String GetDesignTimeHtml(DesignerRegionCollection regions) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, NotImplementedException, HttpException, OutOfMemoryException, OverflowException, HttpRequestValidationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
InvalidOperationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
NotImplementedException
HttpException
OutOfMemoryException
OverflowException
HttpRequestValidationException
PlatformNotSupportedException
-
GetEditableDesignerRegionContent
public java.lang.String GetEditableDesignerRegionContent(EditableDesignerRegion region) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetPersistenceContent
public java.lang.String GetPersistenceContent() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, HttpException, ArgumentException, HttpParseException, NotSupportedException, IndexOutOfRangeException
-
GetPersistInnerHtml
public java.lang.String GetPersistInnerHtml() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, AmbiguousMatchException, HttpParseException, IndexOutOfRangeException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
AmbiguousMatchException
HttpParseException
IndexOutOfRangeException
NullReferenceException
-
GetDesignTimeResourceProviderFactory
public static DesignTimeResourceProviderFactory GetDesignTimeResourceProviderFactory(IServiceProvider serviceProvider) throws java.lang.Throwable, ConfigurationErrorsException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, NotImplementedException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ConfigurationException
- Throws:
java.lang.Throwable
ConfigurationErrorsException
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
NotImplementedException
ArgumentException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
ConfigurationException
-
GetViewRendering
public ViewRendering GetViewRendering() throws java.lang.Throwable, ArgumentNullException, HttpException, OverflowException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
HttpException
OverflowException
MissingManifestResourceException
InvalidOperationException
OutOfMemoryException
-
GetViewRendering
public static ViewRendering GetViewRendering(Control control) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, ConfigurationException, NotImplementedException, HttpException, InvalidOperationException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ConfigurationErrorsException
ArgumentException
ConfigurationException
NotImplementedException
HttpException
InvalidOperationException
OverflowException
PlatformNotSupportedException
IndexOutOfRangeException
OutOfMemoryException
-
GetViewRendering
public static ViewRendering GetViewRendering(ControlDesigner designer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, MissingManifestResourceException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, NotImplementedException, HttpException, OverflowException, HttpRequestValidationException, PlatformNotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
ArgumentException
MissingManifestResourceException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
NotImplementedException
HttpException
OverflowException
HttpRequestValidationException
PlatformNotSupportedException
OutOfMemoryException
-
Initialize
public void Initialize(IComponent component) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, TypeLoadException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, RankException, NullReferenceException, MulticastNotSupportedException, ConfigurationErrorsException, OutOfMemoryException, SecurityException, ConfigurationException
- Overrides:
Initialize
in classHtmlControlDesigner
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
TypeLoadException
ArgumentException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
NotImplementedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
RankException
NullReferenceException
MulticastNotSupportedException
ConfigurationErrorsException
OutOfMemoryException
SecurityException
ConfigurationException
-
Invalidate
public void Invalidate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Invalidate
public void Invalidate(Rectangle rectangle) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
InvokeTransactedChange
public static void InvokeTransactedChange(IComponent component, TransactedChangeCallback callback, NetObject context, java.lang.String description) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
InvokeTransactedChange
public static void InvokeTransactedChange(IComponent component, TransactedChangeCallback callback, NetObject context, java.lang.String description, MemberDescriptor member) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
InvokeTransactedChange
public static void InvokeTransactedChange(IServiceProvider serviceProvider, IComponent component, TransactedChangeCallback callback, NetObject context, java.lang.String description, MemberDescriptor member) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
Localize
public void Localize(IDesignTimeResourceWriter resourceWriter) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, HttpException, ConfigurationErrorsException, SecurityException, NotSupportedException, ConfigurationException, TypeLoadException, FormatException, NotImplementedException, OverflowException, PlatformNotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
HttpException
ConfigurationErrorsException
SecurityException
NotSupportedException
ConfigurationException
TypeLoadException
FormatException
NotImplementedException
OverflowException
PlatformNotSupportedException
IndexOutOfRangeException
-
OnAutoFormatApplied
public void OnAutoFormatApplied(DesignerAutoFormat appliedAutoFormat) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OnComponentChanged
public void OnComponentChanged(NetObject sender, ComponentChangedEventArgs ce) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException, AbandonedMutexException, SecurityException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, HttpException, NotSupportedException, MissingMethodException, ConfigurationException, ConfigurationErrorsException, AmbiguousMatchException, HttpParseException, FormatException, RankException, NullReferenceException, ThreadAbortException, OverflowException, HttpRequestValidationException, PlatformNotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
ObjectDisposedException
AbandonedMutexException
SecurityException
MissingManifestResourceException
NotImplementedException
IndexOutOfRangeException
HttpException
NotSupportedException
MissingMethodException
ConfigurationException
ConfigurationErrorsException
AmbiguousMatchException
HttpParseException
FormatException
RankException
NullReferenceException
ThreadAbortException
OverflowException
HttpRequestValidationException
PlatformNotSupportedException
OutOfMemoryException
-
OnComponentChanging
public void OnComponentChanging(NetObject sender, ComponentChangingEventArgs ce) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RaiseResizeEvent
public void RaiseResizeEvent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RegisterClone
public void RegisterClone(NetObject original, NetObject clone) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, NotSupportedException, MissingMethodException, TargetInvocationException, ConfigurationException, ConfigurationErrorsException, AmbiguousMatchException, HttpParseException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
NotSupportedException
MissingMethodException
TargetInvocationException
ConfigurationException
ConfigurationErrorsException
AmbiguousMatchException
HttpParseException
-
SetEditableDesignerRegionContent
public void SetEditableDesignerRegionContent(EditableDesignerRegion region, java.lang.String content) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
UpdateDesignTimeHtml
public void UpdateDesignTimeHtml() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NullReferenceException, NotImplementedException, HttpException, OutOfMemoryException, OverflowException, HttpRequestValidationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
InvalidOperationException
ConfigurationErrorsException
NotSupportedException
ConfigurationException
NullReferenceException
NotImplementedException
HttpException
OutOfMemoryException
OverflowException
HttpRequestValidationException
PlatformNotSupportedException
-
getAllowResize
public boolean getAllowResize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDesignTimeHtmlRequiresLoadComplete
public boolean getDesignTimeHtmlRequiresLoadComplete() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsDirty
public boolean getIsDirty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsDirty
public void setIsDirty(boolean IsDirty) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getViewControlCreated
public boolean getViewControlCreated() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setViewControlCreated
public void setViewControlCreated(boolean ViewControlCreated) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getID
public java.lang.String getID() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setID
public void setID(java.lang.String ID) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
-
getViewControl
public Control getViewControl() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, FormatException, ConfigurationException, NullReferenceException, SecurityException, TypeLoadException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
MissingManifestResourceException
InvalidOperationException
ConfigurationErrorsException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
FormatException
ConfigurationException
NullReferenceException
SecurityException
TypeLoadException
-
setViewControl
public void setViewControl(Control ViewControl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAutoFormats
public DesignerAutoFormatCollection getAutoFormats() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTemplateGroups
public TemplateGroupCollection getTemplateGroups() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-