public class BaseDataListDesigner extends TemplatedControlDesigner
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.WebControls.BaseDataListDesigner
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.WebControls.BaseDataListDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BaseDataListDesigner() |
BaseDataListDesigner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseDataListDesigner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BaseDataListDesigner, a cast assert is made to check if types are compatible. |
java.lang.String |
getDataKeyField() |
java.lang.String |
getDataMember() |
java.lang.String |
getDataSource() |
IDataSourceDesigner |
getDataSourceDesigner() |
java.lang.String |
getDataSourceID() |
DesignerDataSourceView |
getDesignerView() |
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
|
IEnumerable |
GetResolvedSelectedDataSource() |
NetObject |
GetSelectedDataSource() |
IEnumerable |
GetTemplateContainerDataSource(java.lang.String templateName) |
void |
Initialize(IComponent component) |
void |
OnAutoFormatApplied(DesignerAutoFormat appliedAutoFormat) |
void |
OnComponentChanged(NetObject sender,
ComponentChangedEventArgs e) |
void |
setDataKeyField(java.lang.String DataKeyField) |
void |
setDataMember(java.lang.String DataMember) |
void |
setDataSource(java.lang.String DataSource) |
void |
setDataSourceID(java.lang.String DataSourceID) |
void |
setJCOInstance(JCObject instance) |
EnterTemplateMode, ExitTemplateMode, getActiveTemplateEditingFrame, getCanEnterTemplateMode, getInTemplateMode, GetTemplateContainerDataItemProperty, GetTemplateContent, GetTemplateEditingVerbs, GetTemplatePropertyParentType, OnSetParent, SetTemplateContent, UpdateDesignTimeHtmlgetAllowResize, getAutoFormats, GetBounds, GetDesignTimeHtml, GetDesignTimeHtml, getDesignTimeHtmlRequiresLoadComplete, GetDesignTimeResourceProviderFactory, GetEditableDesignerRegionContent, getID, getIsDirty, GetPersistenceContent, GetPersistInnerHtml, getReadOnly, getTemplateGroups, getViewControl, getViewControlCreated, GetViewRendering, GetViewRendering, GetViewRendering, Invalidate, Invalidate, InvokeTransactedChange, InvokeTransactedChange, InvokeTransactedChange, IsPropertyBound, Localize, OnComponentChanging, RaiseResizeEvent, RegisterClone, SetEditableDesignerRegionContent, setID, setIsDirty, setReadOnly, setViewControl, setViewControlCreatedgetBehavior, getDataBindings, getExpressions, getShouldCodeSerialize, setBehavior, setShouldCodeSerializeclose, Dispose, DoDefaultAction, getActionLists, getAssociatedComponents, getComponent, getVerbs, InitializeExistingComponent, InitializeNewComponent, InitializeNonDefault, OnSetComponentDefaultsEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringPostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties, ToIDesignerFilterpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BaseDataListDesigner()
throws java.lang.Throwable
java.lang.Throwablepublic BaseDataListDesigner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static BaseDataListDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BaseDataListDesigner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBaseDataListDesigner instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getDataKeyField()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public java.lang.String getDataMember()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public java.lang.String getDataSource()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic IDataSourceDesigner getDataSourceDesigner() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataSourceID()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public DesignerDataSourceView getDesignerView() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerFiltergetJCOAssemblyName in class TemplatedControlDesignerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerFiltergetJCOClassName in class TemplatedControlDesignerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerFiltergetJCOInstance in class TemplatedControlDesignerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerFiltergetJCOObjectName in class TemplatedControlDesignerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerFiltergetJCOType in class TemplatedControlDesignerJCType representing the CLR Type of the instantiated Classpublic IEnumerable GetResolvedSelectedDataSource() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, RankException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionpublic NetObject GetSelectedDataSource() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException
public IEnumerable GetTemplateContainerDataSource(java.lang.String templateName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, RankException, NullReferenceException
GetTemplateContainerDataSource in class TemplatedControlDesignerjava.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionpublic void Initialize(IComponent component) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, TypeLoadException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, MulticastNotSupportedException, ConfigurationException
Initialize in class TemplatedControlDesignerjava.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNullReferenceExceptionMulticastNotSupportedExceptionConfigurationExceptionpublic void OnAutoFormatApplied(DesignerAutoFormat appliedAutoFormat) throws java.lang.Throwable
OnAutoFormatApplied in class ControlDesignerjava.lang.Throwablepublic void OnComponentChanged(NetObject sender, ComponentChangedEventArgs e) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, HttpException, OverflowException, OutOfMemoryException, InvalidOperationException, HttpParseException, IndexOutOfRangeException, FormatException
OnComponentChanged in class TemplatedControlDesignerjava.lang.ThrowableNullReferenceExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionHttpExceptionOverflowExceptionOutOfMemoryExceptionInvalidOperationExceptionHttpParseExceptionIndexOutOfRangeExceptionFormatExceptionpublic void setDataKeyField(java.lang.String DataKeyField)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public void setDataMember(java.lang.String DataMember)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
CultureNotFoundException,
NotSupportedException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionCultureNotFoundExceptionNotSupportedExceptionOverflowExceptionOutOfMemoryExceptionpublic void setDataSource(java.lang.String DataSource)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
CultureNotFoundException,
NotSupportedException,
HttpException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionCultureNotFoundExceptionNotSupportedExceptionHttpExceptionOverflowExceptionOutOfMemoryExceptionpublic void setDataSourceID(java.lang.String DataSourceID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
MulticastNotSupportedException,
NullReferenceException,
ConfigurationException,
NotSupportedException,
OutOfMemoryException,
ConfigurationErrorsException,
Win32Exception,
HttpException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionNullReferenceExceptionConfigurationExceptionNotSupportedExceptionOutOfMemoryExceptionConfigurationErrorsExceptionWin32ExceptionHttpExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class TemplatedControlDesigner