Class IDataSetFieldsWrapper.FieldCommand

java.lang.Object
com._1c.g5.v8.dt.dcs.dataset.fields.IDataSetFieldsWrapper.FieldCommand
Enclosing interface:
IDataSetFieldsWrapper

public static class IDataSetFieldsWrapper.FieldCommand extends Object
Command for field (wrapper for CompoundCommand)
  • Constructor Details

    • FieldCommand

      public FieldCommand(DataSetField field)
      Constructor
      Parameters:
      field - field, can't be null
  • Method Details

    • append

      public void append(IDataSetFieldsWrapper.FieldCommand fieldCommand)
      Append command
      Parameters:
      fieldCommand - command, can't be null
    • isEmpty

      public boolean isEmpty()
      Check whether command is empty
      Returns:
      whether command is empty
    • getCommand

      public V8Commands.CompoundV8Command getCommand()
      Get internal command
      Returns:
      command, never null
    • getField

      public DataSetField getField()
      Get root field
      Returns:
      field, never null
    • getFieldCount

      public int getFieldCount()
      Get fields count
      Returns:
      count
    • getCommandCount

      public int getCommandCount()
      Get internal commands count
      Returns:
      count