(String id)
| 1962 | /// - `id`: @param id The id or `null`. May consist of a groupID and a componentID which are separated by a dot: ".". E.g. "grp1.id1". |
| 1963 | /// The dot should never be first or last if present. |
| 1964 | public void setId(String id) { |
| 1965 | this.id = id; |
| 1966 | } |
| 1967 | |
| 1968 | /// Returns the absolute resizing in the last stage of the layout cycle. May be `null` and elements may be `null`. |
| 1969 | /// |
no outgoing calls
no test coverage detected