Свойство | Type | Description | |
---|---|---|---|
Style | UITableViewStyle |
Méthode | Description | |
---|---|---|
ActivateController ( UIViewController controller ) : void |
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
|
|
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.
|
|
Deselected ( NSIndexPath indexPath ) : void | ||
DialogViewController ( |
||
DialogViewController ( RootElement root ) : CoreGraphics | ||
DialogViewController ( RootElement root, bool pushing ) : CoreGraphics |
Creates a new DialogViewController from a RootElement and sets the push status
|
|
DialogViewController ( UITableViewStyle style, RootElement root ) : CoreGraphics | ||
DialogViewController ( UITableViewStyle style, RootElement root, bool pushing ) : CoreGraphics | ||
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
FinishSearch ( ) : void |
Allows the caller to programatically stop searching.
|
|
ForceDirty ( bool newDirty = true ) : void | ||
LoadView ( ) : void | ||
MakeRefreshTableHeaderView ( CGRect rect ) : |
||
MakeTableView ( CGRect bounds, UITableViewStyle style ) : UITableView | ||
OnSearchTextChanged ( string text ) : void | ||
PerformFilter ( string text ) : void | ||
ReloadComplete ( ) : void |
Invoke this method to signal that a reload has completed, this will update the UI accordingly.
|
|
ReloadData ( ) : void | ||
ReloadTableView ( ) : void | ||
SearchButtonClicked ( string text ) : void | ||
Selected ( NSIndexPath indexPath ) : void | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
StartSearch ( ) : void |
Allows caller to programatically activate the search bar and start the search process
|
|
TriggerRefresh ( ) : 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. |
|
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Méthode | Description | |
---|---|---|
AdjustLayoutForViewWillAppear ( ) : void | ||
ConfigureTableView ( ) : void | ||
CreatSearchDelegate ( ) : UISearchBarDelegate | ||
HeightForRow ( UITableView containedTableView, NSIndexPath indexPath ) : nfloat | ||
ReloadIfDirty ( ) : void | ||
SetupSearch ( ) : void | ||
TriggerRefresh ( bool showStatus ) : void | ||
UpdateSource ( ) : void |
public ActivateController ( UIViewController controller ) : void | ||
controller | UIViewController | |
Résultat | void |
protected AdjustLayoutForViewWillAppear ( ) : void | ||
Résultat | void |
protected CreatSearchDelegate ( ) : UISearchBarDelegate | ||
Résultat | UISearchBarDelegate |
public CreateSizingSource ( bool unevenRows ) : Source | ||
unevenRows | bool | |
Résultat | Source |
public DeactivateController ( bool animated ) : void | ||
animated | bool | |
Résultat | void |
public Deselected ( NSIndexPath indexPath ) : void | ||
indexPath | NSIndexPath | |
Résultat | void |
public DialogViewController ( |
||
handle | ||
Résultat | CoreGraphics |
public DialogViewController ( RootElement root ) : CoreGraphics | ||
root | RootElement | |
Résultat | CoreGraphics |
public DialogViewController ( RootElement root, bool pushing ) : CoreGraphics | ||
root | RootElement |
/// The |
pushing | bool |
/// A |
Résultat | CoreGraphics |
public DialogViewController ( UITableViewStyle style, RootElement root ) : CoreGraphics | ||
style | UITableViewStyle | |
root | RootElement | |
Résultat | CoreGraphics |
public DialogViewController ( UITableViewStyle style, RootElement root, bool pushing ) : CoreGraphics | ||
style | UITableViewStyle | |
root | RootElement | |
pushing | bool | |
Résultat | CoreGraphics |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
Résultat | void |
public ForceDirty ( bool newDirty = true ) : void | ||
newDirty | bool | |
Résultat | void |
protected HeightForRow ( UITableView containedTableView, NSIndexPath indexPath ) : nfloat | ||
containedTableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | nfloat |
public MakeRefreshTableHeaderView ( CGRect rect ) : |
||
rect | CGRect | |
Résultat |
public MakeTableView ( CGRect bounds, UITableViewStyle style ) : UITableView | ||
bounds | CGRect | |
style | UITableViewStyle | |
Résultat | UITableView |
public OnSearchTextChanged ( string text ) : void | ||
text | string | |
Résultat | void |
public PerformFilter ( string text ) : void | ||
text | string | |
Résultat | void |
public SearchButtonClicked ( string text ) : void | ||
text | string | |
Résultat | void |
public Selected ( NSIndexPath indexPath ) : void | ||
indexPath | NSIndexPath | |
Résultat | void |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
Résultat | bool |
protected TriggerRefresh ( bool showStatus ) : void | ||
showStatus | bool | |
Résultat | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |