Sap class
Constructors
- Sap()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- Back → AbstractSelector
-
final
- Cancel → AbstractSelector
-
final
- CreateNew → AbstractSelector
-
final
- DownloadableTable → AbstractDownloadable
-
no setter
- Enter → AbstractSelector
-
final
- Execute → AbstractSelector
-
final
- Exit → AbstractSelector
-
final
- Fiori → AbstractUrl
-
no setter
- InputFields ↔ AbstractSelector
-
getter/setter pair
- Save → AbstractSelector
-
final
- Table → AbstractSelector
-
Table id is not unique, so we need to use the index to get the right table
usually the first table is the one we want to use
no setter
- TableHeader → AbstractSelector
-
Header of first table
usually the first table is the one we want to use
no setter
Static Methods
-
Button(
String label) → AbstractSelector -
Data(
String data) → AbstractSelector -
GridCell(
String grid_id, int row, int column) → AbstractSelector - Grid cell
-
Input(
String label) → AbstractSelector -
InputForData(
String lsdata) → AbstractSelector -
InputWithData(
String s) → AbstractSelector -
Transaction(
String code) → AbstractUrl -
User(
String username) → Authable