Android Programming Press on the image to return to the main documentation page.

iLimitBar

Written by Klaus

List of types:

LimitBar

LimitBar


Events:

ValuesChanged(LimitLeft As Int, LimitRight As Int)

Members:


  AddToParent (Parent As PanelWrapper, Left As Int, Top As Int, Width As Int, Height As Int, BackgroundColor As Int, Radius As Int) As String

  BackLineColor As Int

  Class_Globals As String

  DesignerCreateView (Base As PanelWrapper, Lbl As LabelWrapper, Props As Map) As String

  FrontineColor As Int [read only]

  FrontLineColor As Int [write only]

  getBackLineColor As Int

  getFrontineColor As Int

  getHeight As Int

  getLeft As Int

  getLimitLeft As Int

  getLimitRight As Int

  getMax As Int

  getTop As Int

  getVisible As Boolean

  getWidth As Int

  Height As Int

  Initialize (Callback As Object, EventName As String) As String

  IsInitialized As Boolean

  Left As Int

  LimitLeft As Int

  LimitRight As Int

  Max As Int

  setBackLineColor (BackLineColor As Int) As String

  setFrontLineColor (FrontLineColor As Int) As String

  setHeight (Height As Int) As String

  setLeft (Left As Int) As String

  setLimitLeft (Pos As Int) As String

  setLimitRight (Pos As Int) As String

  setMax (MaxValue As Int) As String

  setTop (Top As Int) As String

  setVisible (IsVisible As Boolean) As String

  setWidth (Width As Int) As String

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

AddToParent (Parent As PanelWrapper, Left As Int, Top As Int, Width As Int, Height As Int, BackgroundColor As Int, Radius As Int) As String
Adds the LimitBar to the Parent object
Parent = parent view, the Activity or a Panel
Left, Right, Width, Height = position and dimensions properties of the LimitBar
Color = background color of the LimitBar
Radius = corner radius of the LimitBar
BackLineColor As Int
gets or sets the back line color
Class_Globals As String
DesignerCreateView (Base As PanelWrapper, Lbl As LabelWrapper, Props As Map) As String
FrontineColor As Int [read only]
FrontLineColor As Int [write only]
gets or sets the front line color
getBackLineColor As Int
getFrontineColor As Int
getHeight As Int
getLeft As Int
getLimitLeft As Int
getLimitRight As Int
getMax As Int
getTop As Int
getVisible As Boolean
getWidth As Int
Height As Int
gets or sets the Height property
Initialize (Callback As Object, EventName As String) As String
Initializes the object.
Callback = name of the calling module
EventName = event name
Example if added in the code:
ltbTest.Initialize(Me, "ltbTest")'
IsInitialized As Boolean
Tests whether the object has been initialized.
Left As Int
gets or sets the Left property
LimitLeft As Int
gets or sets the left limit
LimitRight As Int
gets or sets the right limit
Max As Int
gets or sets the max value
setBackLineColor (BackLineColor As Int) As String
gets or sets the back line color
setFrontLineColor (FrontLineColor As Int) As String
gets or sets the front line color
setHeight (Height As Int) As String
gets or sets the Height property
setLeft (Left As Int) As String
gets or sets the Left property
setLimitLeft (Pos As Int) As String
gets or sets the left limit
setLimitRight (Pos As Int) As String
gets or sets the right limit
setMax (MaxValue As Int) As String
gets or sets the max value
setTop (Top As Int) As String
gets or sets the Top property
setVisible (IsVisible As Boolean) As String
gets or sets the Visible property
setWidth (Width As Int) As String
gets or sets the Width property
Top As Int
gets or sets the Top property
Visible As Boolean
gets or sets the Visible property
Width As Int
gets or sets the Width property

Top