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

jsFloatingButton

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

Declaration

Source position: sfloatingbutton.pas line 19

type jsFloatingButton = class(jVisualControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Refresh;

  

  procedure UpdateLayout; override;

  

  procedure GenEvent_OnClick();

  

  function jCreate;

  

  procedure SetViewParent(); override;

  

  function GetParent;

  

  procedure RemoveFromViewParent; override;

  

  function GetView; override;

  

  procedure SetLParamWidth();

  

  procedure SetLParamHeight();

  

  function GetLParamWidth;

  

  function GetLParamHeight;

  

  procedure SetLWeight();

  

  procedure SetLeftTopRightBottomWidthHeight();

  

  procedure AddLParamsAnchorRule();

  

  procedure AddLParamsParentRule();

  

  procedure SetLayoutAll();

  

  procedure ClearLayout;

  

  procedure SetVisibility();

  

  procedure SetCompatElevation();

  

  procedure SetImageIdentifier();

  

  procedure BringToFront;

  

  procedure SetSize();

  

  procedure SetPressedRippleColor();

  

  procedure SetContentDescription();

  

  procedure ShowSnackbar();

  

  procedure SetLGravity();

  

  procedure SetFitsSystemWindows();

  

  procedure SetAnchorGravity();

  

  procedure SetBackgroundToPrimaryColor;

  

published

  property BackgroundColor: TARGBColorBridge; [rw]

  

  property ImageIdentifier: string; [rw]

  

  property Elevation: single; [rw]

  

  property Size: TFABSize; [rw]

  

  property GravityInParent: TLayoutGravity; [rw]

  

  property OnClick: TOnNotify; [rw]

  

end;

Inheritance

jsFloatingButton

  

|

jVisualControl

  

|

TAndroidWidget

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio