org.onebusaway.webapp.gwt.viewkit
Class ListViewRow

java.lang.Object
  extended by org.onebusaway.webapp.gwt.viewkit.ListViewRow

public class ListViewRow
extends Object


Nested Class Summary
static class ListViewRow.ListViewRowStyle
           
 
Constructor Summary
ListViewRow()
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget getCustomView()
           
 String getDetailText()
           
 ListViewRow.ListViewRowStyle getStyle()
           
 String getText()
           
 void setCustomView(com.google.gwt.user.client.ui.Widget customView)
           
 void setDetailText(String detailText)
           
 void setStyle(ListViewRow.ListViewRowStyle style)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListViewRow

public ListViewRow()
Method Detail

getStyle

public ListViewRow.ListViewRowStyle getStyle()

setStyle

public void setStyle(ListViewRow.ListViewRowStyle style)

getText

public String getText()

setText

public void setText(String text)

getDetailText

public String getDetailText()

setDetailText

public void setDetailText(String detailText)

getCustomView

public com.google.gwt.user.client.ui.Widget getCustomView()

setCustomView

public void setCustomView(com.google.gwt.user.client.ui.Widget customView)


Copyright © 2012 OneBusAway. All Rights Reserved.