All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.citytechinc.cq.component.touchuidialog.widget.richtexteditor.CUIParameters Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.citytechinc.cq.component.touchuidialog.widget.richtexteditor;

import com.citytechinc.cq.component.touchuidialog.DefaultTouchUIDialogElementParameters;

public class CUIParameters extends DefaultTouchUIDialogElementParameters {
	@Override
	public String getPrimaryType() {
		return CUI.PRIMARY_TYPE;
	}

	@Override
	public void setPrimaryType(String primaryType) {
		throw new UnsupportedOperationException("PrimaryType is Static for CUI");
	}

	@Override
	public String getFieldName() {
		return CUI.FIELD_NAME;
	}

	@Override
	public void setFieldName(String fieldName) {
		throw new UnsupportedOperationException("PrimaryType is Static for CUI");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy