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.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.ControlDesignerstatic JCTypeclassTypeThe 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDesignerFilter- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classHtmlControlDesigner- 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 interfaceIDesignerFilter- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classHtmlControlDesigner- 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 interfaceIDesignerFilter- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classHtmlControlDesigner- 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 interfaceIDesignerFilter- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classHtmlControlDesigner- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHtmlControlDesigner
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDesignerFilter- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHtmlControlDesigner- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ControlDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoControlDesigner, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ControlDesignerinstance- 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.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
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.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionTypeLoadExceptionNotImplementedExceptionHttpExceptionProviderExceptionOutOfMemoryExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionNotImplementedExceptionHttpExceptionOutOfMemoryExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionAmbiguousMatchExceptionHttpParseExceptionIndexOutOfRangeExceptionNullReferenceException
-
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.ThrowableConfigurationErrorsExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionNotImplementedExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionConfigurationException
-
GetViewRendering
public ViewRendering GetViewRendering() throws java.lang.Throwable, ArgumentNullException, HttpException, OverflowException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionHttpExceptionOverflowExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionConfigurationExceptionNotImplementedExceptionHttpExceptionInvalidOperationExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionNotImplementedExceptionHttpExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOutOfMemoryException
-
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:
Initializein classHtmlControlDesigner- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionRankExceptionNullReferenceExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOutOfMemoryExceptionSecurityExceptionConfigurationException
-
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.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionConfigurationErrorsExceptionSecurityExceptionNotSupportedExceptionConfigurationExceptionTypeLoadExceptionFormatExceptionNotImplementedExceptionOverflowExceptionPlatformNotSupportedExceptionIndexOutOfRangeException
-
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, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, HttpException, NotSupportedException, MissingMethodException, ConfigurationException, ConfigurationErrorsException, AmbiguousMatchException, HttpParseException, FormatException, RankException, NullReferenceException, ThreadAbortException, OverflowException, HttpRequestValidationException, PlatformNotSupportedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionHttpExceptionNotSupportedExceptionMissingMethodExceptionConfigurationExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionHttpParseExceptionFormatExceptionRankExceptionNullReferenceExceptionThreadAbortExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionConfigurationExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionHttpParseException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionNotImplementedExceptionHttpExceptionOutOfMemoryExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionFormatExceptionConfigurationExceptionNullReferenceExceptionSecurityExceptionTypeLoadException
-
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
-
-