org.gwtbootstrap3.client.ui.base
Interface HasSubText

All Known Implementing Classes:
Heading, PageHeader

public interface HasSubText

Interface for widgets that have a subtext.

Author:
Sven Jacobs

Method Summary
 String getSubText()
           
 void setSubText(String subText)
           
 

Method Detail

setSubText

void setSubText(String subText)

getSubText

String getSubText()


Copyright © 2015. All rights reserved.