de.lessvoid.nifty.controls.chatcontrol.builder
Class ChatBuilder

java.lang.Object
  extended by de.lessvoid.nifty.builder.ElementBuilder
      extended by de.lessvoid.nifty.builder.ControlBuilder
          extended by de.lessvoid.nifty.controls.chatcontrol.builder.ChatBuilder

public class ChatBuilder
extends ControlBuilder

Author:
ractoc

Nested Class Summary
 
Nested classes/interfaces inherited from class de.lessvoid.nifty.builder.ElementBuilder
ElementBuilder.Align, ElementBuilder.ChildLayoutType, ElementBuilder.VAlign
 
Field Summary
 
Fields inherited from class de.lessvoid.nifty.builder.ElementBuilder
elementBuilders
 
Constructor Summary
ChatBuilder(int lines)
           
ChatBuilder(String id, int lines)
           
 
Method Summary
 void chatLineHeight(SizeValue value)
           
 void chatLineIconHeight(SizeValue value)
           
 void chatLineIconWidth(SizeValue value)
           
 void lines(int lines)
           
 void sendLabel(String sendLabel)
           
 
Methods inherited from class de.lessvoid.nifty.builder.ControlBuilder
parameter
 
Methods inherited from class de.lessvoid.nifty.builder.ElementBuilder
align, alignCenter, alignLeft, alignRight, backgroundColor, backgroundColor, backgroundImage, build, buildElementType, childClip, childLayout, childLayoutAbsolute, childLayoutAbsoluteInside, childLayoutCenter, childLayoutHorizontal, childLayoutOverlay, childLayoutVertical, color, color, control, controller, controller, filename, focusable, focusableInsertBeforeElementId, font, get, getElementBuilders, height, id, image, imageMode, initialize, inputMapping, inset, interactOnClick, interactOnClickAlternateKey, interactOnClickMouseMove, interactOnClickRepeat, interactOnMouseOver, interactOnRelease, invisibleToMouse, name, onActiveEffect, onClickEffect, onCustomEffect, onEndHoverEffect, onEndScreenEffect, onFocusEffect, onGetFocusEffect, onHideEffect, onHoverEffect, onLostFocusEffect, onShowEffect, onStartHoverEffect, onStartScreenEffect, padding, paddingBottom, paddingLeft, paddingRight, paddingTop, panel, percentage, pixels, selectionColor, selectionColor, set, style, text, text, textHAlign, textHAlignCenter, textHAlignLeft, textHAlignRight, textVAlign, textVAlignBottom, textVAlignCenter, textVAlignTop, valign, valignBottom, valignCenter, valignTop, visible, visibleToMouse, visibleToMouse, width, x, y
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatBuilder

public ChatBuilder(int lines)

ChatBuilder

public ChatBuilder(String id,
                   int lines)
Method Detail

lines

public void lines(int lines)

sendLabel

public void sendLabel(String sendLabel)

chatLineIconWidth

public void chatLineIconWidth(SizeValue value)

chatLineIconHeight

public void chatLineIconHeight(SizeValue value)

chatLineHeight

public void chatLineHeight(SizeValue value)


Copyright © 2011. All Rights Reserved.