()
| 1771 | /// |
| 1772 | /// unique string identifying this component for the style sheet |
| 1773 | public final String getUIID() { |
| 1774 | if (landscapeUiid != null) { |
| 1775 | if (Display.impl.isPortrait()) { |
| 1776 | return portraitUiid; |
| 1777 | } |
| 1778 | return landscapeUiid; |
| 1779 | } |
| 1780 | return portraitUiid; |
| 1781 | } |
| 1782 | |
| 1783 | /// This method sets the Component the Unique identifier. |
| 1784 | /// This method should be used before a component has been initialized |