Documentation
¶
Index ¶
- type FormEditRecordBuilderClient
- func (c *FormEditRecordBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *FormEditRecordBuilderClient) SetClickPoint(ctx context.Context, arg0 int64) (int64, error)
- func (c *FormEditRecordBuilderClient) SetSelectedIndices(ctx context.Context, arg0 int64) (int64, error)
- func (c *FormEditRecordBuilderClient) SetText(ctx context.Context, arg0 string) (int64, error)
- type FormEditRecordClient
- func (c *FormEditRecordClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *FormEditRecordClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *FormEditRecordClient) GetClickPoint(ctx context.Context) (int64, error)
- func (c *FormEditRecordClient) GetPageNumber(ctx context.Context) (int32, error)
- func (c *FormEditRecordClient) GetSelectedIndices(ctx context.Context) (int64, error)
- func (c *FormEditRecordClient) GetText(ctx context.Context) (string, error)
- func (c *FormEditRecordClient) GetType(ctx context.Context) (int32, error)
- func (c *FormEditRecordClient) GetWidgetIndex(ctx context.Context) (int32, error)
- func (c *FormEditRecordClient) HashCode(ctx context.Context) (int32, error)
- func (c *FormEditRecordClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type FormWidgetInfoBuilderClient
- func (c *FormWidgetInfoBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *FormWidgetInfoBuilderClient) SetEditableText(ctx context.Context, arg0 bool) (int64, error)
- func (c *FormWidgetInfoBuilderClient) SetFontSize(ctx context.Context, arg0 float32) (int64, error)
- func (c *FormWidgetInfoBuilderClient) SetMaxLength(ctx context.Context, arg0 int32) (int64, error)
- func (c *FormWidgetInfoBuilderClient) SetMultiLineText(ctx context.Context, arg0 bool) (int64, error)
- func (c *FormWidgetInfoBuilderClient) SetMultiSelect(ctx context.Context, arg0 bool) (int64, error)
- func (c *FormWidgetInfoBuilderClient) SetReadOnly(ctx context.Context, arg0 bool) (int64, error)
- type FormWidgetInfoClient
- func (c *FormWidgetInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *FormWidgetInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *FormWidgetInfoClient) GetAccessibilityLabel(ctx context.Context) (string, error)
- func (c *FormWidgetInfoClient) GetFontSize(ctx context.Context) (float32, error)
- func (c *FormWidgetInfoClient) GetListItems(ctx context.Context) (int64, error)
- func (c *FormWidgetInfoClient) GetMaxLength(ctx context.Context) (int32, error)
- func (c *FormWidgetInfoClient) GetTextValue(ctx context.Context) (string, error)
- func (c *FormWidgetInfoClient) GetWidgetIndex(ctx context.Context) (int32, error)
- func (c *FormWidgetInfoClient) GetWidgetRect(ctx context.Context) (int64, error)
- func (c *FormWidgetInfoClient) GetWidgetType(ctx context.Context) (int32, error)
- func (c *FormWidgetInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *FormWidgetInfoClient) IsEditableText(ctx context.Context) (bool, error)
- func (c *FormWidgetInfoClient) IsMultiLineText(ctx context.Context) (bool, error)
- func (c *FormWidgetInfoClient) IsMultiSelect(ctx context.Context) (bool, error)
- func (c *FormWidgetInfoClient) IsReadOnly(ctx context.Context) (bool, error)
- func (c *FormWidgetInfoClient) ToString(ctx context.Context) (string, error)
- func (c *FormWidgetInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ListItemClient
- func (c *ListItemClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ListItemClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ListItemClient) GetLabel(ctx context.Context, handle int64) (string, error)
- func (c *ListItemClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *ListItemClient) IsSelected(ctx context.Context, handle int64) (bool, error)
- func (c *ListItemClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ListItemClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type PageMatchBoundsClient
- func (c *PageMatchBoundsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PageMatchBoundsClient) GetBounds(ctx context.Context, handle int64) (int64, error)
- func (c *PageMatchBoundsClient) GetTextStartIndex(ctx context.Context, handle int64) (int32, error)
- func (c *PageMatchBoundsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormEditRecordBuilderClient ¶
type FormEditRecordBuilderClient struct {
// contains filtered or unexported fields
}
FormEditRecordBuilderClient wraps the gRPC FormEditRecordBuilderService client.
func NewFormEditRecordBuilderClient ¶
func NewFormEditRecordBuilderClient(cc grpc.ClientConnInterface) *FormEditRecordBuilderClient
NewFormEditRecordBuilderClient creates a new FormEditRecordBuilder client.
func (*FormEditRecordBuilderClient) Build ¶
func (c *FormEditRecordBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*FormEditRecordBuilderClient) SetClickPoint ¶
SetClickPoint calls the SetClickPoint RPC.
func (*FormEditRecordBuilderClient) SetSelectedIndices ¶
func (c *FormEditRecordBuilderClient) SetSelectedIndices(ctx context.Context, arg0 int64) (int64, error)
SetSelectedIndices calls the SetSelectedIndices RPC.
type FormEditRecordClient ¶
type FormEditRecordClient struct {
// contains filtered or unexported fields
}
FormEditRecordClient wraps the gRPC FormEditRecordService client.
func NewFormEditRecordClient ¶
func NewFormEditRecordClient(cc grpc.ClientConnInterface) *FormEditRecordClient
NewFormEditRecordClient creates a new FormEditRecord client.
func (*FormEditRecordClient) DescribeContents ¶
func (c *FormEditRecordClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*FormEditRecordClient) GetClickPoint ¶
func (c *FormEditRecordClient) GetClickPoint(ctx context.Context) (int64, error)
GetClickPoint calls the GetClickPoint RPC.
func (*FormEditRecordClient) GetPageNumber ¶
func (c *FormEditRecordClient) GetPageNumber(ctx context.Context) (int32, error)
GetPageNumber calls the GetPageNumber RPC.
func (*FormEditRecordClient) GetSelectedIndices ¶
func (c *FormEditRecordClient) GetSelectedIndices(ctx context.Context) (int64, error)
GetSelectedIndices calls the GetSelectedIndices RPC.
func (*FormEditRecordClient) GetText ¶
func (c *FormEditRecordClient) GetText(ctx context.Context) (string, error)
GetText calls the GetText RPC.
func (*FormEditRecordClient) GetType ¶
func (c *FormEditRecordClient) GetType(ctx context.Context) (int32, error)
GetType calls the GetType RPC.
func (*FormEditRecordClient) GetWidgetIndex ¶
func (c *FormEditRecordClient) GetWidgetIndex(ctx context.Context) (int32, error)
GetWidgetIndex calls the GetWidgetIndex RPC.
func (*FormEditRecordClient) HashCode ¶
func (c *FormEditRecordClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*FormEditRecordClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type FormWidgetInfoBuilderClient ¶
type FormWidgetInfoBuilderClient struct {
// contains filtered or unexported fields
}
FormWidgetInfoBuilderClient wraps the gRPC FormWidgetInfoBuilderService client.
func NewFormWidgetInfoBuilderClient ¶
func NewFormWidgetInfoBuilderClient(cc grpc.ClientConnInterface) *FormWidgetInfoBuilderClient
NewFormWidgetInfoBuilderClient creates a new FormWidgetInfoBuilder client.
func (*FormWidgetInfoBuilderClient) Build ¶
func (c *FormWidgetInfoBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*FormWidgetInfoBuilderClient) SetEditableText ¶
func (c *FormWidgetInfoBuilderClient) SetEditableText(ctx context.Context, arg0 bool) (int64, error)
SetEditableText calls the SetEditableText RPC.
func (*FormWidgetInfoBuilderClient) SetFontSize ¶
SetFontSize calls the SetFontSize RPC.
func (*FormWidgetInfoBuilderClient) SetMaxLength ¶
SetMaxLength calls the SetMaxLength RPC.
func (*FormWidgetInfoBuilderClient) SetMultiLineText ¶
func (c *FormWidgetInfoBuilderClient) SetMultiLineText(ctx context.Context, arg0 bool) (int64, error)
SetMultiLineText calls the SetMultiLineText RPC.
func (*FormWidgetInfoBuilderClient) SetMultiSelect ¶
SetMultiSelect calls the SetMultiSelect RPC.
func (*FormWidgetInfoBuilderClient) SetReadOnly ¶
SetReadOnly calls the SetReadOnly RPC.
type FormWidgetInfoClient ¶
type FormWidgetInfoClient struct {
// contains filtered or unexported fields
}
FormWidgetInfoClient wraps the gRPC FormWidgetInfoService client.
func NewFormWidgetInfoClient ¶
func NewFormWidgetInfoClient(cc grpc.ClientConnInterface) *FormWidgetInfoClient
NewFormWidgetInfoClient creates a new FormWidgetInfo client.
func (*FormWidgetInfoClient) DescribeContents ¶
func (c *FormWidgetInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*FormWidgetInfoClient) GetAccessibilityLabel ¶
func (c *FormWidgetInfoClient) GetAccessibilityLabel(ctx context.Context) (string, error)
GetAccessibilityLabel calls the GetAccessibilityLabel RPC.
func (*FormWidgetInfoClient) GetFontSize ¶
func (c *FormWidgetInfoClient) GetFontSize(ctx context.Context) (float32, error)
GetFontSize calls the GetFontSize RPC.
func (*FormWidgetInfoClient) GetListItems ¶
func (c *FormWidgetInfoClient) GetListItems(ctx context.Context) (int64, error)
GetListItems calls the GetListItems RPC.
func (*FormWidgetInfoClient) GetMaxLength ¶
func (c *FormWidgetInfoClient) GetMaxLength(ctx context.Context) (int32, error)
GetMaxLength calls the GetMaxLength RPC.
func (*FormWidgetInfoClient) GetTextValue ¶
func (c *FormWidgetInfoClient) GetTextValue(ctx context.Context) (string, error)
GetTextValue calls the GetTextValue RPC.
func (*FormWidgetInfoClient) GetWidgetIndex ¶
func (c *FormWidgetInfoClient) GetWidgetIndex(ctx context.Context) (int32, error)
GetWidgetIndex calls the GetWidgetIndex RPC.
func (*FormWidgetInfoClient) GetWidgetRect ¶
func (c *FormWidgetInfoClient) GetWidgetRect(ctx context.Context) (int64, error)
GetWidgetRect calls the GetWidgetRect RPC.
func (*FormWidgetInfoClient) GetWidgetType ¶
func (c *FormWidgetInfoClient) GetWidgetType(ctx context.Context) (int32, error)
GetWidgetType calls the GetWidgetType RPC.
func (*FormWidgetInfoClient) HashCode ¶
func (c *FormWidgetInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*FormWidgetInfoClient) IsEditableText ¶
func (c *FormWidgetInfoClient) IsEditableText(ctx context.Context) (bool, error)
IsEditableText calls the IsEditableText RPC.
func (*FormWidgetInfoClient) IsMultiLineText ¶
func (c *FormWidgetInfoClient) IsMultiLineText(ctx context.Context) (bool, error)
IsMultiLineText calls the IsMultiLineText RPC.
func (*FormWidgetInfoClient) IsMultiSelect ¶
func (c *FormWidgetInfoClient) IsMultiSelect(ctx context.Context) (bool, error)
IsMultiSelect calls the IsMultiSelect RPC.
func (*FormWidgetInfoClient) IsReadOnly ¶
func (c *FormWidgetInfoClient) IsReadOnly(ctx context.Context) (bool, error)
IsReadOnly calls the IsReadOnly RPC.
func (*FormWidgetInfoClient) ToString ¶
func (c *FormWidgetInfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*FormWidgetInfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ListItemClient ¶
type ListItemClient struct {
// contains filtered or unexported fields
}
ListItemClient wraps the gRPC ListItemService client.
func NewListItemClient ¶
func NewListItemClient(cc grpc.ClientConnInterface) *ListItemClient
NewListItemClient creates a new ListItem client.
func (*ListItemClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ListItemClient) IsSelected ¶
IsSelected calls the IsSelected RPC.
func (*ListItemClient) WriteToParcel ¶
func (c *ListItemClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PageMatchBoundsClient ¶
type PageMatchBoundsClient struct {
// contains filtered or unexported fields
}
PageMatchBoundsClient wraps the gRPC PageMatchBoundsService client.
func NewPageMatchBoundsClient ¶
func NewPageMatchBoundsClient(cc grpc.ClientConnInterface) *PageMatchBoundsClient
NewPageMatchBoundsClient creates a new PageMatchBounds client.
func (*PageMatchBoundsClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*PageMatchBoundsClient) GetTextStartIndex ¶
GetTextStartIndex calls the GetTextStartIndex RPC.
func (*PageMatchBoundsClient) WriteToParcel ¶
func (c *PageMatchBoundsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.