com.alibaba.dubbo.qos.textui
Class TLadder

java.lang.Object
  extended by com.alibaba.dubbo.qos.textui.TLadder
All Implemented Interfaces:
TComponent

public class TLadder
extends Object
implements TComponent

阶梯缩进控件 Created by oldmanpushcart@gmail.com on 15/5/8.


Constructor Summary
TLadder()
           
 
Method Summary
 TLadder addItem(String item)
          添加一个项目
 String rendering()
          渲染组件内容
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLadder

public TLadder()
Method Detail

rendering

public String rendering()
Description copied from interface: TComponent
渲染组件内容

Specified by:
rendering in interface TComponent

addItem

public TLadder addItem(String item)
添加一个项目

Parameters:
item - 项目
Returns:
this


Copyright © 2012–2017 Alibaba. All rights reserved.