EachDirective

org.beangle.data.excel.template.directive.EachDirective
See theEachDirective companion object
class EachDirective(`var`: String, var items: String, var area: Area, var direction: Direction) extends AbstractDirective

Attributes

Companion
object
Graph
Supertypes
trait Directive
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def applyAt(cellRef: CellRef, context: Context): Size

Attributes

Definition Classes

Inherited methods

final def addArea(area: Area): Directive

Attributes

Inherited from:
AbstractDirective
override def name: String

Attributes

Definition Classes
Inherited from:
AbstractDirective
override def reset(): Unit

Attributes

Definition Classes
Inherited from:
AbstractDirective
override def setLockRange(isLock: String): Unit

Attributes

Definition Classes
Inherited from:
AbstractDirective
override def setShiftMode(mode: String): Unit

Attributes

Definition Classes
Inherited from:
AbstractDirective

Concrete fields

var `var`: String
var area: Area
var groupBy: String
var groupOrder: String
var items: String
var multisheet: String
var orderBy: String
var pageable: Boolean
var select: String

Inherited fields

var areas: List[Area]

Attributes

Inherited from:
AbstractDirective
var lockRange: Boolean

Whether the area is locked Other directives will no longer execute in this area after locking

Whether the area is locked Other directives will no longer execute in this area after locking

Attributes

Returns

true or false (default true)

Inherited from:
AbstractDirective
var shiftMode: String

Attributes

Inherited from:
AbstractDirective