FlowPanelExpandedImpl

final class FlowPanelExpandedImpl[T <: Txn[T]](val peer: FlowPanel) extends View[T] with ComponentHolder[FlowPanel] with PanelExpandedImpl[T]
trait IControl[T]
trait Form[T]
trait ComponentHolder[FlowPanel]
trait View[T]
trait Disposable[T]
class Object
trait Matchable
class Any

Type members

Types

type C = Component

Value members

Concrete methods

override def initComponent(tx: T, ctx: Context[T]): FlowPanelExpandedImpl[T]

Inherited methods

final def component: FlowPanel
Inherited from
ComponentHolder
final protected def component_=(c: FlowPanel): Unit
Inherited from
ComponentHolder
def dispose(tx: T): Unit
Inherited from
ComponentExpandedImpl
def initControl(tx: T): Unit
Inherited from
ComponentExpandedImpl
final protected def initProperty[A](key: String, default: A)(set: A => Unit)(tx: T, ctx: Context[T]): Unit
Inherited from
ComponentExpandedImpl