Out class

NOTE abstract classes cant be created with new keyword.

Constructors

Out()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
outBl StringBuffer
getter/setter pair
outBr StringBuffer
getter/setter pair
outBufM Map<String, StringBuffer>
List containing all outBuffers for special browser screen areas. Change this to Map<String, StringBuffer> to get names.
getter/setter pair
outFooter StringBuffer
getter/setter pair
outHeader StringBuffer
Must use static, if this is inside a class 10 StringBuffers named for output to screen areas.
getter/setter pair
outMBot StringBuffer
getter/setter pair
outMid StringBuffer
getter/setter pair
outMTop StringBuffer
getter/setter pair
outTl StringBuffer
getter/setter pair
outTMid StringBuffer
getter/setter pair
outTr StringBuffer
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bufToList(StringBuffer buf) List<String>
Return iterable List from StringBuffer. Also in tools.
build() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outBuffersAll() StringBuffer
return all out-buffers combined in one buffer.
outBuffersSizes(String caller) → void
Sizes of out-buffers
outBufListsForBox() List<List<String>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited