C# Class Praeclarum.UI.PFormSection

Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
Dismiss ( ) : void
GetItemChecked ( object item ) : bool
GetItemDetails ( object item ) : string
GetItemDisplay ( object item ) : PFormItemDisplay
GetItemEnabled ( object item ) : bool
GetItemImage ( object item ) : string
GetItemNavigates ( object item ) : bool
GetItemTitle ( object item ) : string
PFormSection ( ) : System
SelectItem ( object item ) : bool
SetNeedsFormat ( ) : void
SetNeedsReload ( ) : void

Method Details

Dismiss() public méthode

public Dismiss ( ) : void
Résultat void

GetItemChecked() public méthode

public GetItemChecked ( object item ) : bool
item object
Résultat bool

GetItemDetails() public méthode

public GetItemDetails ( object item ) : string
item object
Résultat string

GetItemDisplay() public méthode

public GetItemDisplay ( object item ) : PFormItemDisplay
item object
Résultat PFormItemDisplay

GetItemEnabled() public méthode

public GetItemEnabled ( object item ) : bool
item object
Résultat bool

GetItemImage() public méthode

public GetItemImage ( object item ) : string
item object
Résultat string

GetItemNavigates() public méthode

public GetItemNavigates ( object item ) : bool
item object
Résultat bool

GetItemTitle() public méthode

public GetItemTitle ( object item ) : string
item object
Résultat string

PFormSection() public méthode

public PFormSection ( ) : System
Résultat System

SelectItem() public méthode

public SelectItem ( object item ) : bool
item object
Résultat bool

SetNeedsFormat() public méthode

public SetNeedsFormat ( ) : void
Résultat void

SetNeedsReload() public méthode

public SetNeedsReload ( ) : void
Résultat void