Property | Type | Description | |
---|---|---|---|
Style | UITableViewStyle |
Method | Description | |
---|---|---|
AccessorySelected ( NSIndexPath indexPath ) : void | ||
ActivateController ( UIViewController controller, |
Activates a nested view controller from the DialogViewController. If the view controller is hosted in a UINavigationController it will push the result. Otherwise it will show it as a modal dialog
|
|
ClearSearchBar ( ) : void | ||
ConfigureTableView ( ) : void | ||
CreateSizingSource ( bool unevenRows ) : Source | ||
DeactivateController ( bool animated ) : void |
Dismisses the view controller. It either pops or dismisses based on the kind of container we are hosted in.
|
|
DialogViewController ( |
||
DialogViewController ( |
||
DialogViewController ( |
Creates a new DialogViewController from a RootElement and sets the push status
|
|
DialogViewController ( UITableViewStyle style, |
||
DialogViewController ( UITableViewStyle style, |
||
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
EnableSearchCancelButton ( ) : void | ||
FinishSearch ( ) : void |
Allows the caller to programatically stop searching.
|
|
LoadView ( ) : void | ||
MakeRefreshTableHeaderView ( RectangleF rect, bool isTop ) : |
||
MakeTableView ( ) : UITableView | ||
OnSearchTextChanged ( string text ) : void | ||
PerformFilter ( string text ) : void | ||
PushRootElement ( |
||
ReloadComplete ( ) : void |
Invoke this method to signal that a reload has completed, this will update the UI accordingly.
|
|
ReloadData ( ) : void | ||
SearchButtonClicked ( string text ) : void | ||
Selected ( NSIndexPath indexPath ) : void | ||
SetupSearch ( ) : void | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
StartSearch ( ) : void |
Allows caller to programatically activate the search bar and start the search process
|
|
TriggerBottomRefresh ( ) : void | ||
TriggerBottomRefresh ( bool showStatus ) : void | ||
TriggerTopRefresh ( ) : void |
Invoke this method to trigger a data refresh. This will invoke the RerfeshRequested event handler, the code attached to it should start the background operation to fetch the data and when it completes it should call ReloadComplete to restore the control state. |
|
TriggerTopRefresh ( bool showStatus ) : void | ||
UpdateSource ( ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
DialogViewController ( UITableViewStyle style, bool pushing ) : System | ||
DialogViewController ( bool pushing ) : System | ||
PrepareRoot ( |
public AccessorySelected ( NSIndexPath indexPath ) : void | ||
indexPath | NSIndexPath | |
return | void |
public ActivateController ( UIViewController controller, |
||
controller | UIViewController | |
oldController | ||
return | void |
public CreateSizingSource ( bool unevenRows ) : Source | ||
unevenRows | bool | |
return | Source |
public DeactivateController ( bool animated ) : void | ||
animated | bool | |
return | void |
public DialogViewController ( |
||
ptr | ||
return | System |
public DialogViewController ( |
||
root | ||
return | System |
public DialogViewController ( |
||
root |
/// The |
|
pushing | bool |
/// A |
return | System |
public DialogViewController ( UITableViewStyle style, |
||
style | UITableViewStyle | |
root | ||
return | System |
public DialogViewController ( UITableViewStyle style, |
||
style | UITableViewStyle | |
root | ||
pushing | bool | |
return | System |
protected DialogViewController ( UITableViewStyle style, bool pushing ) : System | ||
style | UITableViewStyle | |
pushing | bool | |
return | System |
protected DialogViewController ( bool pushing ) : System | ||
pushing | bool | |
return | System |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
return | void |
public MakeRefreshTableHeaderView ( RectangleF rect, bool isTop ) : |
||
rect | RectangleF | |
isTop | bool | |
return |
public OnSearchTextChanged ( string text ) : void | ||
text | string | |
return | void |
protected PrepareRoot ( |
||
root | ||
return | void |
public PushRootElement ( |
||
root | ||
return | void |
public SearchButtonClicked ( string text ) : void | ||
text | string | |
return | void |
public Selected ( NSIndexPath indexPath ) : void | ||
indexPath | NSIndexPath | |
return | void |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |
public TriggerBottomRefresh ( bool showStatus ) : void | ||
showStatus | bool | |
return | void |
public TriggerTopRefresh ( bool showStatus ) : void | ||
showStatus | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |