org.gwtbootstrap3.client.ui.base
Interface HasContextualBackground

All Known Implementing Classes:
HTMLPanel, Paragraph, Span

public interface HasContextualBackground

An object that implements this interface has contextual background, which can be set and retrieved using these methods.

Author:
David Buhler

Method Summary
 ContextualBackground getContextualBackground()
          Get the object's contextual background.
 void setContextualBackground(ContextualBackground contextualBackground)
          Sets the object's contextual background.
 

Method Detail

setContextualBackground

void setContextualBackground(ContextualBackground contextualBackground)
Sets the object's contextual background.

Parameters:
contextualBackground - the object's new contextual background

getContextualBackground

ContextualBackground getContextualBackground()
Get the object's contextual background.

Returns:
the object's contextual background


Copyright © 2015. All rights reserved.