|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oslc.asset.internal.Dialog
public class Dialog
Java class for Dialog complex type.
The following schema fragment specifies the expected content contained within this class.
| Constructor Summary | |
|---|---|
Dialog()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHintHeight()
Gets the hint on how high the dialog should be |
java.lang.String |
getHintWidth()
Gets the hint on how wide the dialog should be |
java.lang.String |
getLabel()
Gets the label associated with this dialog |
java.lang.String |
getTitle()
Gets the title of the dialog |
java.lang.String |
getUrl()
Gets the url where the dialog is available |
void |
setHintHeight(java.lang.String preferredHeight)
Sets the hint on how high the dialog should be |
void |
setHintWidth(java.lang.String preferredWidth)
Sets the hint on how wide the dialog should be |
void |
setLabel(java.lang.String label)
Sets the label associated with this dialog |
void |
setTitle(java.lang.String title)
Sets the title of the dialog |
void |
setUrl(java.lang.String url)
Sets the url where the dialog is available |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dialog()
| Method Detail |
|---|
public void setTitle(java.lang.String title)
title - public java.lang.String getTitle()
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String url)
url - public java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String label)
label - public java.lang.String getHintWidth()
String. Valid values for are defined by CSS 2 formatpublic void setHintWidth(java.lang.String preferredWidth)
preferredWidth. - Valid values for are defined by CSS 2 formatpublic java.lang.String getHintHeight()
String. Valid values for are defined by CSS 2 formatpublic void setHintHeight(java.lang.String preferredHeight)
preferredHeight. - Valid values for are defined by CSS 2 format
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||