C# Class iFactr.UI.Instructions.UniversalInstructor

Represents an instructor that provides platform-agnostic instructions to various objects.
Inheritance: iFactr.UI.Instructions.Instructor
Mostrar archivo Open project: Zebra/iFactr-Android

Public Methods

Method Description
Layout ( ILayoutInstruction element ) : void

Performs layout logic for the specified element.

Protected Methods

Method Description
OnLayout ( ILayoutInstruction element ) : void

Called when the specified element needs to be laid out.

Method Details

Layout() public final method

Performs layout logic for the specified element.
public final Layout ( ILayoutInstruction element ) : void
element ILayoutInstruction The instance to lay out.
return void

OnLayout() protected method

Called when the specified element needs to be laid out.
protected OnLayout ( ILayoutInstruction element ) : void
element ILayoutInstruction The instance to be laid out.
return void