コード例 #1
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.Maximize(this.Id.Get(context), (this.GuiFrameWindow.Get(context) as sapfewse.GuiFrameWindow), (this.Session.Get(context) as GuiSession));
 }
コード例 #2
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.SetKeySpace(this.Id.Get(context), (this.GuiComboBox.Get(context) as sapfewse.GuiComboBox), (this.Session.Get(context) as GuiSession));
 }
コード例 #3
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.Press(this.Id.Get(context), (this.GuiButton.Get(context) as sapfewse.GuiButton), (this.Session.Get(context) as GuiSession));
 }
コード例 #4
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.ContextMenu(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession));
 }
コード例 #5
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.DoubleClick(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.Row.Get(context), this.SAPColumnName.Get(context));
 }
コード例 #6
0
 protected override void Execute(CodeActivityContext context)
 {
     this.Output.Set(context, SAPGui.MoveScroll(this.Id.Get(context), (this.GuiTableControl.Get(context) as sapfewse.GuiTableControl), (this.Session.Get(context) as GuiSession), this.Position.Get(context)));
 }
コード例 #7
0
 protected override void Execute(CodeActivityContext context)
 {
     this.IsFiltered.Set(context, SAPGui.IsColumnFiltered(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.Column.Get(context)));
 }
コード例 #8
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.MoveRows(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.FromRow.Get(context), this.ToRow.Get(context), this.TargetRow.Get(context));
 }
コード例 #9
0
 protected override void Execute(CodeActivityContext context)
 {
     this.CellChangeable.Set(context, SAPGui.GetCellChangeable(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.Row.Get(context), this.SAPColumnName.Get(context)));
 }
コード例 #10
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.PressToolbarContextButton(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.ButtonId.Get(context));
 }
コード例 #11
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.SelectToolbarMenuItem(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.MenuId.Get(context));
 }
コード例 #12
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.SetText(this.Id.Get(context), (this.Component.Get(context) as GuiVComponent), (this.Session.Get(context) as GuiSession), this.Text.Get(context));
 }
コード例 #13
0
 protected override void Execute(CodeActivityContext context)
 {
     this.Output.Set(context, SAPGui.FindColumnIndexByName(this.Id.Get(context), (this.GuiTableControl.Get(context) as sapfewse.GuiTableControl), (this.Session.Get(context) as GuiSession), this.ColumnTitle.Get(context)));
 }
コード例 #14
0
 protected override int Execute(CodeActivityContext context)
 {
     return(SAPGui.FindColumnIndex(this.Id.Get(context), (this.GuiTableControl.Get(context) as sapfewse.GuiTableControl), (this.Session.Get(context) as GuiSession), this.SAPColumnName.Get(context)));
 }
コード例 #15
0
ファイル: _GuiTab.cs プロジェクト: uiprimeteam/UiPrimePackage
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.TabSelect(this.Id.Get(context), (this.GuiTab.Get(context) as sapfewse.GuiTab), (this.Session.Get(context) as GuiSession));
 }
コード例 #16
0
 protected override void Execute(CodeActivityContext context)
 {
     this.DisplayedColumnTitle.Set(context, SAPGui.GetDisplayedColumnTitle(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.SAPColumnName.Get(context)));
 }
コード例 #17
0
 protected override void Execute(CodeActivityContext context)
 {
     SAPGui.StatusBarDoubleClick(this.Id.Get(context), (this.GuiStatusbar.Get(context) as sapfewse.GuiStatusbar), (this.Session.Get(context) as GuiSession));
 }
コード例 #18
0
 protected override void Execute(CodeActivityContext context)
 {
     this.Output.Set(context, SAPGui.RowsCountBasedOnEmptyField(this.Id.Get(context), (this.GuiTableControl.Get(context) as sapfewse.GuiTableControl), this.Session.Get(context), this.Id.Get(context), this.SAPColumnName.Get(context)));
 }