|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternationalRichText
Method Summary | |
---|---|
void |
addLocalizedRichText(LocalizedRichText localizedRichText)
Adds a LocalizedRichText to this object. |
void |
addLocalizedRichTexts(java.util.Collection localizedRichTexts)
Add a collection of LocalizedRichTexts. |
java.util.Collection |
getLocalizedRichTexts()
Returns the LocalizedRichTexts associated with this object. |
RichText |
getValue()
Get the RichText value for the Locale returned by Locale.getDefault(). |
RichText |
getValue(java.util.Locale locale)
Get the RichText value for the specified Locale. |
void |
removeLocalizedRichText(LocalizedRichText localizedRichText)
Removes a LocalizedRichText from this object. |
void |
removeLocalizedRichTexts(java.util.Collection localizedRichTexts)
Removes specified LocalizedRichTexts from this object. |
void |
setValue(java.util.Locale locale,
RichText value)
Set the RichText value for the specified Locale. |
void |
setValue(RichText value)
Set the RichText value for the Locale returned by Locale.getDefault(). |
Method Detail |
---|
RichText getValue() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
RichText getValue(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- The Locale for the desired value
javax.xml.registry.JAXRException
void setValue(RichText value) throws javax.xml.registry.JAXRException
value
- the RichText value for the Locale returned by Locale.getDefault()
javax.xml.registry.JAXRException
void setValue(java.util.Locale locale, RichText value) throws javax.xml.registry.JAXRException
locale
- The locale for this value being setvalue
- The value being set
javax.xml.registry.JAXRException
void addLocalizedRichText(LocalizedRichText localizedRichText) throws javax.xml.registry.JAXRException
localizedRichText
- the LocalizedRichText to be added
javax.xml.registry.JAXRException
void addLocalizedRichTexts(java.util.Collection localizedRichTexts) throws javax.xml.registry.JAXRException
localizedRichTexts
- the Collection of LocalizedRichTexts to be added
javax.xml.registry.JAXRException
void removeLocalizedRichText(LocalizedRichText localizedRichText) throws javax.xml.registry.JAXRException
localizedRichText
- the LocalizedRichText to be removed
javax.xml.registry.JAXRException
void removeLocalizedRichTexts(java.util.Collection localizedRichTexts) throws javax.xml.registry.JAXRException
localizedRichTexts
- the Collection of LocalizedRichTexts to be removed
javax.xml.registry.JAXRException
java.util.Collection getLocalizedRichTexts() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |