Interface IEntityProperty
Namespace: Com.Telerik.Widget.Dataform.Engine
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public interface IEntityProperty : IJavaObject, IDisposable, IJavaPeerable
Properties
ColumnPosition
Declaration
int ColumnPosition { get; set; }
Property Value
System.Int32
|
ColumnSpan
Declaration
int ColumnSpan { get; set; }
Property Value
System.Int32
|
Converter
CoreEditorLayoutId
Declaration
int CoreEditorLayoutId { get; set; }
Property Value
System.Int32
|
CustomMetadata
Declaration
Object CustomMetadata { get; set; }
Property Value
Java.Lang.Object
|
EditorLayoutId
Declaration
int EditorLayoutId { get; set; }
Property Value
System.Int32
|
EditorParams
Declaration
IDictionary<string, Object> EditorParams { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, Java.Lang.Object>
|
EditorType
Declaration
Class EditorType { get; set; }
Property Value
Java.Lang.Class
|
GroupName
Declaration
string GroupName { get; set; }
Property Value
System.String
|
Header
Declaration
string Header { get; set; }
Property Value
System.String
|
HeaderLayoutId
Declaration
int HeaderLayoutId { get; set; }
Property Value
System.Int32
|
HintText
Declaration
string HintText { get; set; }
Property Value
System.String
|
ImageResource
Declaration
int ImageResource { get; set; }
Property Value
System.Int32
|
IsTypePrimitive
Declaration
bool IsTypePrimitive { get; }
Property Value
System.Boolean
|
Owner
Position
Declaration
int Position { get; set; }
Property Value
System.Int32
|
ReadOnly
Declaration
bool ReadOnly { get; set; }
Property Value
System.Boolean
|
Required
Declaration
bool Required { get; set; }
Property Value
System.Boolean
|
Skip
Declaration
bool Skip { get; set; }
Property Value
System.Boolean
|
ValidationLayoutId
Declaration
int ValidationLayoutId { get; set; }
Property Value
System.Int32
|
Validator
Value
Declaration
Object Value { get; }
Property Value
Java.Lang.Object
|
ValueCandidate
Declaration
Object ValueCandidate { get; set; }
Property Value
Java.Lang.Object
|
ViewerType
Declaration
Class ViewerType { get; set; }
Property Value
Java.Lang.Class
|
Methods
AddCommitListener(IEntityPropertyCommitListener)
Declaration
void AddCommitListener(IEntityPropertyCommitListener p0)
Parameters
IEntityPropertyCommitListener
p0
|
AddOnChangedListener(IEntityPropertyChangedListener)
Declaration
void AddOnChangedListener(IEntityPropertyChangedListener p0)
Parameters
IEntityPropertyChangedListener
p0
|
AddValidationCompletedListener(IValidationCompletedListener)
Declaration
void AddValidationCompletedListener(IValidationCompletedListener p0)
Parameters
IValidationCompletedListener
p0
|
Commit()
Declaration
void Commit()
GetEnumConstants()
Declaration
Object[] GetEnumConstants()
Returns
Java.Lang.Object[]
|
Name()
Declaration
string Name()
Returns
System.String
|
ReadMetadata(EntityPropertyMetadata)
RemoveCommitListener(IEntityPropertyCommitListener)
Declaration
void RemoveCommitListener(IEntityPropertyCommitListener p0)
Parameters
IEntityPropertyCommitListener
p0
|
RemoveOnChangedListener(IEntityPropertyChangedListener)
Declaration
void RemoveOnChangedListener(IEntityPropertyChangedListener p0)
Parameters
IEntityPropertyChangedListener
p0
|
RemoveValidationCompletedListener(IValidationCompletedListener)
Declaration
void RemoveValidationCompletedListener(IValidationCompletedListener p0)
Parameters
IValidationCompletedListener
p0
|
TryCommit(Object)
Declaration
void TryCommit(Object p0)
Parameters
Java.Lang.Object
p0
|
Type()
Declaration
Class Type()
Returns
Java.Lang.Class
|
Validate(Object)
Declaration
void Validate(Object p0)
Parameters
Java.Lang.Object
p0
|