1.02 it.csinet.xnGrid.xnUtils xnUtils process StringIsNull boolean string java.lang.String StringToFloat float value java.lang.String GetImei java.lang.String c android.content.Context StringFromDate2 java.lang.String value java.util.Date format java.lang.String StringToTicks long value java.lang.String StringFromTicks2 java.lang.String value long format java.lang.String StringFromFloat2 java.lang.String value float format java.lang.String StringIsInt boolean value java.lang.String StringToDate java.util.Date value java.lang.String Initialize2 void StringFromDate java.lang.String value java.util.Date Initialize void FormatDate java.lang.String FormatTime java.lang.String CommaDelimiter java.lang.String StringFromInt java.lang.String value int StringFromTicks java.lang.String value long StringIsDate2 boolean value java.lang.String format java.lang.String StringIsDate boolean value java.lang.String StringToInt int value java.lang.String StringToDate2 java.util.Date value java.lang.String format java.lang.String StringToTicks2 long value java.lang.String format java.lang.String StringIsFloat boolean value java.lang.String StringIsBoolean boolean value java.lang.String StringIsTicks boolean value java.lang.String xn_soundex_1 java.lang.String s java.lang.String StringFromFloat java.lang.String value float StringIsTicks2 boolean value java.lang.String format java.lang.String xn_soundex_4 java.lang.String s java.lang.String xn_soundex_3 java.lang.String s java.lang.String xn_soundex_2 java.lang.String s java.lang.String FormatDate java.lang.String FormatTime java.lang.String Comma_delimiter java.lang.String it.csinet.xnGrid.xnListenerOnSelectAllowData xnGridOnSelect process Allow boolean Allow boolean it.csinet.xnGrid.xnListenerOnRowPropsData xnGridRowProps process Height int Height int it.csinet.xnGrid.xnListenerOnCellPropsData xnGridCellProps process TextSize float TextSize float BackGroundColor int Color int TextColor int TextColor int it.csinet.xnGrid.b4aGridCol xnGridCol activity Initialize void Caption java.lang.String Field java.lang.String Width int ControlsDrawClear void ControlsDrawSet void Left boolean Top boolean Right boolean Bottom boolean SetTypeCheck void SetTypeButtonText void isSingleLine boolean PositionSet Example PositionSet ( 1 , 3 , 2 , 1 ) BELOW column 1 RIGHT_OF column 2 http://developer.android.com/reference/android/widget/RelativeLayout.html LEFT_OF = 0; RIGHT_OF = 1; ABOVE = 2; BELOW = 3; ALIGN_BASELINE = 4; ALIGN_LEFT = 5; ALIGN_TOP = 6; ALIGN_RIGHT = 7; ALIGN_BOTTOM = 8; ALIGN_PARENT_LEFT = 9; ALIGN_PARENT_TOP = 10; ALIGN_PARENT_RIGHT = 11; ALIGN_PARENT_BOTTOM = 12; CENTER_IN_PARENT = 13; CENTER_HORIZONTAL = 14; CENTER_VERTICAL = 15; void Column1 int Position1 int Column2 int Position2 int HeaderDrawSet void Left boolean Top boolean Right boolean Bottom boolean RowIconsClear void RowIconGet android.graphics.Bitmap Value java.lang.String SetTypeString void SetTypeImage void SetTypeButtonImage void RowIconPut void Value java.lang.String Icon android.graphics.Bitmap HeaderDrawClear void PositionClear void Initialize2 void Caption java.lang.String Field java.lang.String Width int Gravity int HeaderHeight int Height int Caption java.lang.String Caption java.lang.String Gravity int Gravity int Type it.csinet.xnGrid.xnConst.xnGridColType HeaderGravity int Gravity int RowIconLeft int RowIconLeft int RowIconTop int RowIconTop int SingleLine SingleLine boolean Name java.lang.String Field java.lang.String HeaderIconTop int HeaderIconTop int HeaderIconLeft int HeaderIconLeft int TextSize java.lang.Float TextSize java.lang.Float Typeface int Typeface int HeaderIcon android.graphics.Bitmap Icon android.graphics.Bitmap Width int Width int RowHeight int Height int it.csinet.xnGrid.b4aGrid xnGrid android.view.View activity ColAppend Appends a column in the columns definition array. The method can be used only before GridCreate() or GridCreate2(). <b>Column</b>: the column Returns true if successful false otherwise. boolean Column it.csinet.xnGrid.xnGridCol RemoveView void SetBackgroundImage void arg0 android.graphics.Bitmap JsonInsert int Row int Json java.lang.String SetValue Sets the value of a grid cell. If the cell does not exists an exception is risen. <b>Row</b>: the row index of the cell <b>Col</b>: the column index of the cell <b>Value</b>: the value to set void Row int Col int Value java.lang.String SetValue2 Sets the value of a grid cell. If the cell does not exists an exception is risen. <b>Row</b>: the row index of the cell <b>Name</b>: the column name of the cell <b>Value</b>: the value to set void Row int Name java.lang.String Value java.lang.String GetValue2 Returns the value of a cell. If the cell does not exists an exception is risen. <b>Row</b>: the row index of the cell <b>Name</b>: the column name of the cell java.lang.String Row int Name java.lang.String MapInsertRowLowerCase boolean Row int Map anywheresoftware.b4a.objects.collections.Map ColDelete Deletes a column from the columns definition array. The method can be used only before GridCreate(). <b>Col</b>: the column index Returns true if successful false otherwise. boolean Col int ColInsert Inserts a column in the columns definition array. The method can be used only before GridCreate() or GridCreate2(). <b>Col</b>: the column index. <b>Column</b>: the column Returns true if successful false otherwise. boolean Col int Column it.csinet.xnGrid.xnGridCol MapAppendRowUpperCase boolean Map anywheresoftware.b4a.objects.collections.Map ColCreateAndAppend it.csinet.xnGrid.b4aGridCol Caption java.lang.String Field java.lang.String Width int RowDelete Deletes a row from the grid. <b>Row</b>: the row index Returns true if successful false otherwise. boolean Row int IsInitialized boolean RowInsert Inserts a row in the grid. <b>Row</b>: the row index <b>Values</b>: the values for the columns of the row Returns true if successful false otherwise. boolean Row int Values java.lang.String[] Initialize void arg0 anywheresoftware.b4a.BA arg1 java.lang.String GetValueSafe Returns the value of a cell. If the cell does not exists returns null. <b>Row</b>: the row index of the cell <b>Col</b>: the column index of the cell java.lang.String Row int Col int ScrollTop Scrolls the grid to the first row. void RowAppend Appends a row in the grid. <b>Values</b>: the values for the columns of the row Returns true if successful false otherwise. boolean Values java.lang.String[] SetLayout void arg0 int arg1 int arg2 int arg3 int Invalidate void ColCreateAndAppend2 it.csinet.xnGrid.b4aGridCol Caption java.lang.String Field java.lang.String Width int Gravity int JsonAppend int Json java.lang.String CursorAppendRow boolean Cursor android.database.Cursor GridCreate Creates the grid. Horizontal scroll is enabled. void GetValueSafe2 Returns the value of a cell. If the cell does not exists returns null. <b>Row</b>: the row index of the cell <b>Name</b>: the column name of the cell java.lang.String Row int Name java.lang.String SetValues Sets the values of a grid row. If the row does not exists an exception is risen. <b>Row</b>: the row index of the cell <b>Values</b>: the values to set void Row int Values java.lang.String[] IsScrollHorizontal boolean RequestFocus boolean BringToFront void ColCreateAndInsert2 it.csinet.xnGrid.b4aGridCol Col int Caption java.lang.String Field java.lang.String Width int Gravity int ScrollTo Scrolls the grid to given row. <b>Row</b>: the row index void Row int ScrollBottom Scrolls the grid to the last row. void ColCreateAndInsert it.csinet.xnGrid.b4aGridCol Col int Caption java.lang.String Field java.lang.String Width int SetValueSafe2 Sets the value of a grid cell. If the cell does not exists no exception is risen. <b>Row</b>: the row index of the cell <b>Name</b>: the column name of the cell <b>Value</b>: the value to set void Row int Name java.lang.String Value java.lang.String CursorInsert int Row int Cursor android.database.Cursor CursorAppend int Cursor android.database.Cursor MapInsertRow boolean Row int Map anywheresoftware.b4a.objects.collections.Map Log For internal use. void args java.lang.String[] Invalidate3 void arg0 int arg1 int arg2 int arg3 int SelectClear Clears selection. void SetValueSafe Sets the value of a grid cell. If the cell does not exists no exception is risen. <b>Row</b>: the row index of the cell <b>Col</b>: the column index of the cell <b>Value</b>: the value to set void Row int Col int Value java.lang.String Invalidate2 void arg0 android.graphics.Rect GetValues Returns the values of a row. If the row does not exists an exception is risen. <b>Row</b>: the row index java.lang.String[] Row int GetParent android.widget.LinearLayout CursorInsertRow boolean Row int Cursor android.database.Cursor GridRepaint Repaints the grid void RowsDelete Deletes all the rows from the grid. boolean GridClear Repaints the grid. void GridCreate2 Creates the grid. <b>ScrollHorizontal</b>: Enables or disables the horizontal scroll. See also <link>Properties format|GridCreate()</link>. void ScrollHorizontal boolean GetColumn Returns the column with the given index. <b>Col</b>: the column index it.csinet.xnGrid.xnGridCol Col int SelectRow Selects / unselects a row. <b>Row</b>: the row index void Row int MapAppendRowLowerCase boolean Map anywheresoftware.b4a.objects.collections.Map MapInsertRowUpperCase boolean Row int Map anywheresoftware.b4a.objects.collections.Map GetValue Returns the value of a cell. If the cell does not exists an exception is risen. <b>Row</b>: the row index of the cell <b>Col</b>: the column index of the cell java.lang.String Row int Col int SendToBack void MapAppendRow boolean Map anywheresoftware.b4a.objects.collections.Map ColCount int Returns the number of columns. Enabled boolean arg0 boolean HeaderClicked int Returns the index of then column of the clicked header. SelectedOddColor int SelectedOddColor int Gets or sets the color of the odd selected rows. Visible boolean arg0 boolean FirstVisiblePosition int Returns the index of the first visible row. HeaderColor int HeaderColor int Gets or sets the color of the header. Background android.graphics.drawable.Drawable arg0 android.graphics.drawable.Drawable TransparentColor int TransparentColor int Gets or sets the transparency color of the grid. RowOddColor int RowOddColor int Gets or sets the color of the odd rows. SelectedEvenColor int SelectedEvenColor int Gets or sets the color of the even selected rows. Multiselect boolean Multiselect boolean Gets or sets multiselect mode. HeaderTextSize java.lang.Float HeaderTextSize java.lang.Float Gets or sets the size of the text of the header. HeaderTextColor int HeaderTextColor int Gets or sets the color of the text of the header. GridColor int GridColor int Gets or sets the color of the grid lines. Tag java.lang.Object arg0 java.lang.Object LastVisiblePosition int Returns the index of the last visible row. GridWidth int GridWidth int Gets or sets the width of the grid lines. Width int arg0 int RowTypeface android.graphics.Typeface Typeface android.graphics.Typeface Gets or sets the typeface of the text. HeaderHeight int HeaderHeight int Gets or sets the height of the header. Top int arg0 int HeaderTypeface android.graphics.Typeface Typeface android.graphics.Typeface Gets or sets the typeface of the text of the header. RowCount int Returns the number of rows. Height int arg0 int ScrollWidth float ScrollWidth float Gets or sets the width of the scroll bar. Left int arg0 int Color arg0 int RowsSelected int[] Returns the list of the indexes of the selected rows. PixelFix boolean PixelFix boolean Gets or sets pixel fix mode. CheckValue java.lang.String CheckValue java.lang.String Gets or sets the "true" value for the check columns. CheckIcon android.graphics.Bitmap CheckIcon android.graphics.Bitmap Gets or sets the image for the check columns. RowTextColor int RowTextColor int Gets or sets the color of the text. RowSelected int Returns the index of the selected row. ScrollColor int ScrollColor int Gets or sets the width of the scroll bar. TouchX int Returns the x coordinate of the last touched point. RowTextSize java.lang.Float RowTextSize java.lang.Float Gets or sets the size of the text. ColSelected int Returns the index of the clicked column. RowHeight int RowHeight int Gets or sets the height of the rows. FastScroll boolean FastScroll boolean Gets or sets fast scroll mode. TouchY int Returns the y coordinate of the last touched point. RowEvenColor int RowEvenColor int Gets or sets the color of the even rows. it.csinet.xnGrid.b4aConst xnConst process dtString int dtFile int dtBoolean int vtMax int vtMin int vtCheck int dtDate int vtEdit int vtLookup int vtList int vtInt int dtInt int vtDate int vtFloat int vtText int dtMin int dtMax int dtFloat int it.csinet.xnGrid.b4aButtonText xnButtonText android.view.View activity Initialize void arg0 anywheresoftware.b4a.BA arg1 java.lang.String BringToFront void RequestFocus boolean RemoveView void SetBackgroundImage void arg0 android.graphics.Bitmap Invalidate void SetLayout void arg0 int arg1 int arg2 int arg3 int Invalidate3 void arg0 int arg1 int arg2 int arg3 int Invalidate2 void arg0 android.graphics.Rect SendToBack void IsInitialized boolean Enabled boolean arg0 boolean Top int arg0 int Text text java.lang.String Visible boolean arg0 boolean Tag java.lang.Object arg0 java.lang.Object Height int arg0 int Background android.graphics.drawable.Drawable arg0 android.graphics.drawable.Drawable Width int arg0 int Left int arg0 int Color arg0 int button android.widget.Button event_name java.lang.String it.csinet.xnGrid.b4aButtonImage xnButtonImage android.view.View activity Initialize void arg0 anywheresoftware.b4a.BA arg1 java.lang.String BringToFront void RequestFocus boolean RemoveView void SetBackgroundImage void arg0 android.graphics.Bitmap Invalidate void SetLayout void arg0 int arg1 int arg2 int arg3 int Invalidate3 void arg0 int arg1 int arg2 int arg3 int Invalidate2 void arg0 android.graphics.Rect SendToBack void IsInitialized boolean Enabled boolean arg0 boolean Top int arg0 int Visible boolean arg0 boolean ImageBitmap bitmap android.graphics.Bitmap Tag java.lang.Object arg0 java.lang.Object Height int arg0 int Background android.graphics.drawable.Drawable arg0 android.graphics.drawable.Drawable Width int arg0 int Left int arg0 int Color arg0 int button android.widget.ImageButton event_name java.lang.String it.csinet.xnObjects.xnEditDate xnEditDate android.widget.Button activity BringToFront void RequestFocus boolean SetDateAsSql boolean Data java.lang.String RemoveView void SetBackgroundImage void arg0 android.graphics.Bitmap SetDateAsLong boolean Data long Invalidate3 void arg0 int arg1 int arg2 int arg3 int DateIsNull java.lang.Boolean DateClear void Invalidate2 void arg0 android.graphics.Rect IsInitialized boolean Initialize void arg0 anywheresoftware.b4a.BA arg1 java.lang.String Invalidate void SetLayout void arg0 int arg1 int arg2 int arg3 int DateSet void year int month int day int SendToBack void Enabled boolean arg0 boolean Top int arg0 int Visible boolean arg0 boolean DateAsLong long Data long DateAsSql java.lang.String Data java.lang.String Background android.graphics.drawable.Drawable arg0 android.graphics.drawable.Drawable Height int arg0 int FormatDisplay java.lang.String FormatDateDisplay java.lang.String TextColor int Color int Left int arg0 int Color arg0 int TextSize float Size float FormatSql java.lang.String FormatDateSql java.lang.String Tag java.lang.Object arg0 java.lang.Object Width int arg0 int it.csinet.xnObjects.b4aObjString xnObjString process StringIsValidFormatDisplay boolean s java.lang.String IsNull boolean SetAsStringDisplay boolean Value java.lang.String SetAsStringSql boolean Value java.lang.String Clear void StringIsValidFormatSql boolean s java.lang.String ValueAsSql java.lang.String Value java.lang.String Value java.lang.String Value java.lang.String ValueAsDisplay java.lang.String Value java.lang.String it.csinet.xnObjects.b4aObjInteger xnObjInteger process StringIsValidFormatDisplay boolean s java.lang.String IsNull boolean SetAsStringDisplay boolean Value java.lang.String SetAsStringSql boolean Value java.lang.String Clear void StringIsValidFormatSql boolean s java.lang.String ValueAsSql java.lang.String Value java.lang.String Value java.lang.Integer Value java.lang.Integer ValueAsDisplay java.lang.String Value java.lang.String it.csinet.xnObjects.b4aObjDouble xnObjDouble process StringIsValidFormatDisplay boolean s java.lang.String IsNull boolean SetAsStringDisplay boolean Value java.lang.String SetAsStringSql boolean Value java.lang.String Clear void StringIsValidFormatSql boolean s java.lang.String ValueAsSql java.lang.String Value java.lang.String Value java.lang.Double Value java.lang.Double ValueAsDisplay java.lang.String Value java.lang.String it.csinet.xnObjects.b4aObjDate xnObjDate process StringIsValidFormatDisplay boolean s java.lang.String Format_YYYYMMDD it.csinet.xnGrid.xnConst.xnDateFormat IsNull boolean Format_MMDDYYYY_DOT it.csinet.xnGrid.xnConst.xnDateFormat Format_MMDDYYYY_SLASH it.csinet.xnGrid.xnConst.xnDateFormat Format_DDMMYYYY_SLASH it.csinet.xnGrid.xnConst.xnDateFormat Format_DDMMYYYY_DOT it.csinet.xnGrid.xnConst.xnDateFormat Clear void StringIsValidFormatSql boolean s java.lang.String Format_YYYYMMDD_SLASH it.csinet.xnGrid.xnConst.xnDateFormat Format_YYYYMMDD_DOT it.csinet.xnGrid.xnConst.xnDateFormat Format_MMDDYYYY_MINUS it.csinet.xnGrid.xnConst.xnDateFormat SetAsStringDisplay boolean Value java.lang.String Format_DDMMYYYY_MINUS it.csinet.xnGrid.xnConst.xnDateFormat SetAsStringSql boolean Value java.lang.String Format_YYYYMMDD_MINUS it.csinet.xnGrid.xnConst.xnDateFormat ValueAsSql java.lang.String Value java.lang.String Value java.lang.Long Value java.lang.Long FormatSql it.csinet.xnGrid.xnConst.xnDateFormat FormatSql it.csinet.xnGrid.xnConst.xnDateFormat FormatDisplay it.csinet.xnGrid.xnConst.xnDateFormat FormatDisplay it.csinet.xnGrid.xnConst.xnDateFormat ValueAsDisplay java.lang.String Value java.lang.String it.csinet.xnObjects.b4aObjBoolean xnObjBoolean process StringIsValidFormatDisplay boolean s java.lang.String IsNull boolean SetAsStringDisplay boolean Value java.lang.String SetAsStringSql boolean Value java.lang.String Clear void StringIsValidFormatSql boolean s java.lang.String ValueAsSql java.lang.String Value java.lang.String Value java.lang.Boolean Value java.lang.Boolean ValueAsDisplay java.lang.String Value java.lang.String it.csinet.xnObjects.b4aActivityContextViewOptions b4aActivityContextViewOptions process Enabled boolean TextSize float InputType int Visible boolean Underscore boolean Bmp java.lang.String Height float Width float TextColor int Color int it.csinet.xnObjects.b4aActivityContext b4aActivityContext activity ViewGetLabel anywheresoftware.b4a.objects.LabelWrapper aName java.lang.String ViewGetTabHost anywheresoftware.b4a.objects.TabHostWrapper aName java.lang.String ViewExistsLabel boolean aName java.lang.String ViewSetOptionsButton void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions ViewGetEditText anywheresoftware.b4a.objects.EditTextWrapper aName java.lang.String ViewExistsTabHost boolean aName java.lang.String ViewGetEditDate it.csinet.xnObjects.xnEditDate aName java.lang.String ViewExistsEditDate boolean aName java.lang.String AddViewLabel3 anywheresoftware.b4a.objects.LabelWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aText java.lang.String AddViewEditText2 anywheresoftware.b4a.objects.EditTextWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions aText java.lang.String ViewGetCheckBox anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper aName java.lang.String AddViewLabel2 anywheresoftware.b4a.objects.LabelWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions aText java.lang.String ViewSetOptionsSpinner void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions AddViewEditText3 anywheresoftware.b4a.objects.EditTextWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aText java.lang.String Log void args java.lang.String[] ViewSetOptionsLabel void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions ToConcreteViewWrapper anywheresoftware.b4a.objects.ConcreteViewWrapper aWrapper anywheresoftware.b4a.objects.ButtonWrapper AddViewEditText anywheresoftware.b4a.objects.EditTextWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int ViewSetOptionsEditDate void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions ViewExistsButton boolean aName java.lang.String ViewSetOptionsCheckBox void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions ViewSetOptionsTabHost void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions ViewSetOptionsEditText void aViewName java.lang.String aOptions it.csinet.xnObjects.b4aActivityContextViewOptions ViewGetButton anywheresoftware.b4a.objects.ButtonWrapper aName java.lang.String AddViewCheckBox2 anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions aText java.lang.String AddViewSpinner anywheresoftware.b4a.objects.SpinnerWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int AddViewButton anywheresoftware.b4a.objects.ButtonWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int AddViewCheckBox3 anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aText java.lang.String ViewExistsSpinner boolean aName java.lang.String Initialize void ba anywheresoftware.b4a.BA activity anywheresoftware.b4a.objects.ActivityWrapper AddViewCheckBox anywheresoftware.b4a.objects.CompoundButtonWrapper.CheckBoxWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int AddViewSpinner2 anywheresoftware.b4a.objects.SpinnerWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions AddViewLabel anywheresoftware.b4a.objects.LabelWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int AddViewEditDate2 it.csinet.xnObjects.xnEditDate aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions aText java.lang.String AddViewEditDate3 it.csinet.xnObjects.xnEditDate aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aText java.lang.String ViewGetSpinner anywheresoftware.b4a.objects.SpinnerWrapper aName java.lang.String ViewExistsCheckBox boolean aName java.lang.String AddViewTabHost anywheresoftware.b4a.objects.TabHostWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int ActivityContextViewGet it.csinet.xnObjects.b4aActivityContextView aName java.lang.String ViewExists boolean aName java.lang.String AddViewButton2 anywheresoftware.b4a.objects.ButtonWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions aText java.lang.String AddViewButton3 anywheresoftware.b4a.objects.ButtonWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aText java.lang.String AddView void aView anywheresoftware.b4a.objects.ConcreteViewWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int ViewExistsEditText boolean aName java.lang.String AddViewTabHost2 anywheresoftware.b4a.objects.TabHostWrapper aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int aOptions it.csinet.xnObjects.b4aActivityContextViewOptions AddViewEditDate it.csinet.xnObjects.xnEditDate aViewName java.lang.String aEventName java.lang.String aLeft int aTop int aWidth int aHeight int ViewGet anywheresoftware.b4a.objects.ConcreteViewWrapper aName java.lang.String 2.76