![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
The ActionComponents.ACTableCell is used by the ActionComponents.ACTableViewController to display ActionComponents.ACTableSections and ActionComponents.ACTableItems from the controller's ActionComponents.ACTableViewDatasource More...
Public Member Functions | |
ACTableCell (Context context) | |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class. More... | |
ACTableCell (Context context, UITableViewCellStyle style) | |
Initializes a new instance of the ActionComponents.ACTableCell class. More... | |
ACTableCell (Context context, IAttributeSet attr) | |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class. More... | |
ACTableCell (IntPtr javaReference, JniHandleOwnership transfer) | |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class. More... | |
ACTableCell (Context context, IAttributeSet attr, int defStyle) | |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class. More... | |
void | AttachSectionHeader (ACTableSection section, ACTableViewController controller) |
Attaches the given Appracatappra.ActionComponents.ActionView.ACTableSection to this Appracatappra.ActionComponents.ActionView.ACTableCell and displays its Header property More... | |
void | AttachSectionFooter (ACTableSection section, ACTableViewController controller) |
Attaches the given Appracatappra.ActionComponents.ActionView.ACTableSection to this Appracatappra.ActionComponents.ActionView.ACTableCell and displays its Footer property More... | |
void | AttachItem (ACTableItem parentItem, ACTableViewController controller) |
Attaches the given Appracatappra.ActionComponents.ActionView.ACTableItem to this Appracatappra.ActionComponents.ActionView.ACTableCell and displays it's contents More... | |
override bool | OnTouchEvent (MotionEvent e) |
Raises the touch event event. More... | |
Properties | |
Object | tag [get, set] |
Gets or sets the [OPTIONAL] tag that can be assosciated with this ActionComponents.ACTableCell More... | |
ACTableViewController | controller [get] |
Gets the ActionComponents.ACTableViewController this ActionComponents.ACTableCell is displayed in More... | |
ACTableCellSource | source [get] |
Gets the source of this ActionComponents.ACTableCell as a ActionComponents.ACTableSection Header or Footer property or a ActionComponents.ACTableItem More... | |
ACTableItem | item [get] |
Gets the ActionComponents.ACTableItem used to populate this ActionComponents.ACTableCell More... | |
ACTableSection | section [get] |
Gets the ActionComponents.ACTableSection used to populate this ActionComponents.ACTableCell More... | |
Button | accessoryButton [get] |
Gets the accessory button. More... | |
ACLabel | title [get] |
Gets the title. More... | |
ACLabel | subtitle [get] |
Gets the subtitle. More... | |
ACImageView | image [get] |
Gets the image. More... | |
CheckBox | checkmark [get] |
Gets the checkmark. More... | |
ACLabel | disclosure [get] |
Gets the disclosure indicator More... | |
int | LeftMargin [get, set] |
Gets or sets the left margin. More... | |
int | TopMargin [get, set] |
Gets or sets the top margin. More... | |
int | RightMargin [get, set] |
Gets or sets the right margin. More... | |
int | BottomMargin [get, set] |
Gets or sets the bottom margin. More... | |
int | LayoutWidth [get, set] |
Gets or sets the width of the layout. More... | |
int | LayoutHeight [get, set] |
Gets or sets the height of the layout. More... | |
The ActionComponents.ACTableCell is used by the ActionComponents.ACTableViewController to display ActionComponents.ACTableSections and ActionComponents.ACTableItems from the controller's ActionComponents.ACTableViewDatasource
Use the ActionComponents.ACTableViewController's ActionComponents.ACTableViewAppearance to control the look of the ActionComponents.ACTableCell. Available in ActionPack Business or Enterprise only.
ActionComponents.ACTableCell.ACTableCell | ( | Context | context | ) |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class.
context | Context. |
ActionComponents.ACTableCell.ACTableCell | ( | Context | context, |
UITableViewCellStyle | style | ||
) |
Initializes a new instance of the ActionComponents.ACTableCell class.
context | Context. |
style | Style. |
ActionComponents.ACTableCell.ACTableCell | ( | Context | context, |
IAttributeSet | attr | ||
) |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class.
context | Context. |
attr | Attr. |
ActionComponents.ACTableCell.ACTableCell | ( | IntPtr | javaReference, |
JniHandleOwnership | transfer | ||
) |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class.
javaReference | Java reference. |
transfer | Transfer. |
ActionComponents.ACTableCell.ACTableCell | ( | Context | context, |
IAttributeSet | attr, | ||
int | defStyle | ||
) |
Initializes a new instance of the Appracatappra.ActionComponents.ActionView.ACTableCell class.
context | Context. |
attr | Attr. |
defStyle | Def style. |
void ActionComponents.ACTableCell.AttachItem | ( | ACTableItem | parentItem, |
ACTableViewController | controller | ||
) |
Attaches the given Appracatappra.ActionComponents.ActionView.ACTableItem to this Appracatappra.ActionComponents.ActionView.ACTableCell and displays it's contents
item | Item. |
void ActionComponents.ACTableCell.AttachSectionFooter | ( | ACTableSection | section, |
ACTableViewController | controller | ||
) |
Attaches the given Appracatappra.ActionComponents.ActionView.ACTableSection to this Appracatappra.ActionComponents.ActionView.ACTableCell and displays its Footer
property
section | Section. |
controller | Controller. |
void ActionComponents.ACTableCell.AttachSectionHeader | ( | ACTableSection | section, |
ACTableViewController | controller | ||
) |
Attaches the given Appracatappra.ActionComponents.ActionView.ACTableSection to this Appracatappra.ActionComponents.ActionView.ACTableCell and displays its Header
property
section | Section. |
controller | Controller. |
override bool ActionComponents.ACTableCell.OnTouchEvent | ( | MotionEvent | e | ) |
Raises the touch event event.
e | E. |
|
get |
Gets the accessory button.
The accessory button.
|
getset |
Gets or sets the bottom margin.
The bottom margin.
|
get |
Gets the checkmark.
The checkmark.
|
get |
Gets the ActionComponents.ACTableViewController this ActionComponents.ACTableCell is displayed in
The controller.
|
get |
Gets the disclosure indicator
The disclosure.
|
get |
Gets the image.
The image.
|
get |
Gets the ActionComponents.ACTableItem used to populate this ActionComponents.ACTableCell
The item.
|
getset |
Gets or sets the height of the layout.
The height of the layout.
|
getset |
Gets or sets the width of the layout.
The width of the layout.
|
getset |
Gets or sets the left margin.
The left margin.
|
getset |
Gets or sets the right margin.
The right margin.
|
get |
Gets the ActionComponents.ACTableSection used to populate this ActionComponents.ACTableCell
The section.
|
get |
Gets the source of this ActionComponents.ACTableCell as a ActionComponents.ACTableSection Header
or Footer
property or a ActionComponents.ACTableItem
The source.
|
get |
Gets the subtitle.
The subtitle.
|
getset |
Gets or sets the [OPTIONAL] tag that can be assosciated with this ActionComponents.ACTableCell
The tag.
|
get |
Gets the title.
The title.
|
getset |
Gets or sets the top margin.
The top margin.