org.omnaest.utils.structure.table
Interface Table.Stripe.Title

All Superinterfaces:
Serializable, Table.TableComponent
All Known Subinterfaces:
TableInternal.StripeData.TitleInternal
All Known Implementing Classes:
TitleImpl
Enclosing interface:
Table.Stripe<E>

public static interface Table.Stripe.Title
extends Table.TableComponent

Table.Stripe.Title of a single Table.Stripe.

See Also:
Table.Stripe

Method Summary
 Object getValue()
          Gets the value of a Table.Stripe.Title
 String getValueAsString()
          Gets the value of a Table.Stripe.Title as String
 void setValue(Object value)
          Sets the value of the Table.Stripe.Title
 

Method Detail

getValue

Object getValue()
Gets the value of a Table.Stripe.Title

Returns:

getValueAsString

String getValueAsString()
Gets the value of a Table.Stripe.Title as String

Returns:

setValue

void setValue(Object value)
Sets the value of the Table.Stripe.Title

Parameters:
value -


Copyright © 2011. All Rights Reserved.