org.gwtbootstrap3.client.ui.base
Interface HasPlaceholder

All Known Implementing Classes:
DoubleBox, Input, IntegerBox, LongBox, SuggestBox, TextArea, TextBox, TextBoxBase, ValueBoxBase

public interface HasPlaceholder

Author:
Pontus Enmark

Field Summary
static String PLACEHOLDER
           
 
Method Summary
 String getPlaceholder()
           
 void setPlaceholder(String placeholder)
           
 

Field Detail

PLACEHOLDER

static final String PLACEHOLDER
See Also:
Constant Field Values
Method Detail

setPlaceholder

void setPlaceholder(String placeholder)

getPlaceholder

String getPlaceholder()


Copyright © 2015. All rights reserved.