Unit 'scoordinatorlayout' Package
[Overview][Classes][Procedures and functions][Index] [#pw_androidwizard]

jsCoordinatorLayout

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: scoordinatorlayout.pas line 17

type jsCoordinatorLayout = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  function jCreate;

  

  procedure jFree;

  

  procedure SetViewParent(); override;

  

  function GetParent;

  

  procedure RemoveFromViewParent; override;

  

  function GetView; override;

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  function GetWidth; override;

  

  function GetHeight; override;

  

  procedure SetLGravity();

  

  procedure SetLWeight();

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  procedure SetFitsSystemWindows();

  

published

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property FitsSystemWindows: Boolean; [rw]

  

end;

Inheritance

jsCoordinatorLayout

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio