org.apache.beehive.netui.tags
Interface IHtmlI18n

All Known Subinterfaces:
IHtmlAttrs
All Known Implementing Classes:
Anchor, AnchorBase, Area, Body, Button, CheckBox, CheckBoxOption, FileUpload, Footer, Form, Header, Hidden, HtmlBaseTag, HtmlDataSourceTag, HtmlDefaultableDataSourceTag, HtmlFocusBaseTag, HtmlOptionsDataSourceTag, Image, ImageAnchor, ImageButton, Label, LabelBase, RadioButtonOption, Rows, Select, SelectOption, Span, TextArea, TextBox

public interface IHtmlI18n

Interface which inforces that the HTML i18n attributes are found on an HTML element as defined by the HTML 4.0 specification.


Method Summary
 void setDir(String dir)
          Sets the dir value of the html.
 void setLang(String lang)
          Set the language code of an HTML element.
 

Method Detail

setDir

void setDir(String dir)
Sets the dir value of the html.

Parameters:
dir - - "LTR" or "RTL"

setLang

void setLang(String lang)
Set the language code of an HTML element.

Parameters:
lang -