Interface IsPassword
-
- All Known Subinterfaces:
InTagDeclaration
public interface IsPassword
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPassword(String password)
Flag indicating whether or not this component should be rendered as password field , so you will not see the typed charakters.
-
-
-
Method Detail
-
setPassword
void setPassword(String password)
Flag indicating whether or not this component should be rendered as password field , so you will not see the typed charakters.
-
-