示例#1
0
 public ButtonGroupBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#2
0
 public FileUploaderBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#3
0
 public CheckBoxBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#4
0
 public ToolbarBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#5
0
 public FunnelBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#6
0
 public TextAreaBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public ValidationSummaryBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#8
0
 public DiagramBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#9
0
 public ProgressBarBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#10
0
 public SwitchBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#11
0
 public GanttBuilder <T> ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#12
0
 public BarGaugeBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#13
0
 public SparklineBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#14
0
 public HtmlEditorBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#15
0
 public PivotGridBuilder <T> ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#16
0
 public DropDownButtonBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#17
0
 public PieChartBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#18
0
 public SortableBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#19
0
 public PopoverBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#20
0
 public LookupBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#21
0
 public VectorMapBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#22
0
 public AccordionBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#23
0
 public SpeedDialActionBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#24
0
 public GalleryBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#25
0
 public ContextMenuBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#26
0
 public RangeSliderBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#27
0
 public ScrollViewBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public RecurrenceEditorBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#29
0
 public AutocompleteBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
示例#30
0
 public LoadIndicatorBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }