Group

org.beangle.db.report.model.Group
class Group(val name: String, val title: String, val module: Module, groupModuleName: Option[String], tableseq: String) extends TableContainer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addGroup(group: Group): Unit
def addImage(image: Image): Unit
def allImages: List[Image]
def filter(alltables: Set[Table]): Unit
def fullName: String
def id: String
override def matches(table: Table): Boolean

Attributes

Definition Classes
def path: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def addTable(table: Table): Unit

Attributes

Inherited from:
TableContainer
def contains(tableName: Identifier): Boolean

Attributes

Inherited from:
TableContainer

Concrete fields

var children: List[Group]
var images: List[Image]
val module: Module
val name: String
override val patterns: Array[AntPathPattern]
val title: String

Inherited fields

val tables: ListBuffer[Table]

Attributes

Inherited from:
TableContainer