org.omnaest.utils.structure.table.internal
Interface TableInternal.StripeData.TitleInternal

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

public static interface TableInternal.StripeData.TitleInternal
extends Table.Stripe.Title, TableInternal.TableComponentInternal

Author:
Omnaest
See Also:
TableInternal.StripeData, Table.Stripe.Title

Method Summary
 boolean hasEqualValueTo(Table.Stripe.Title title)
          Returns true if this and the given Table.Stripe.Title instance have an equal value.
 
Methods inherited from interface org.omnaest.utils.structure.table.Table.Stripe.Title
getValue, getValueAsString, setValue
 

Method Detail

hasEqualValueTo

boolean hasEqualValueTo(Table.Stripe.Title title)
Returns true if this and the given Table.Stripe.Title instance have an equal value. This uses the Object.equals(Object) method to compare two values.

Parameters:
title -
Returns:


Copyright © 2011. All Rights Reserved.