Project

General

Profile

« Previous | Next » 

Revision 1a18702c

Added by Katja Luther over 6 years ago

set titleCacheIsNotEmpty protected to be able to override this method

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/AbstractCdmEntityWizardPage.java
105 105
		Color bgColor = getShell().getBackground();
106 106

  
107 107
		detailElement = createElement(rootElement);
108
		
108

  
109 109
		rootElement.setBackground(bgColor);
110 110
		control.setBackground(bgColor);
111 111
		scrolledForm.setBackground(bgColor);
......
192 192
		setPageComplete(titleCacheIsNotEmpty());
193 193
	}
194 194

  
195
	private boolean titleCacheIsNotEmpty() {
195
	protected boolean titleCacheIsNotEmpty() {
196 196
		if (getEntity() instanceof IIdentifiableEntity) {
197 197
			IIdentifiableEntity entity = (IIdentifiableEntity) getEntity();
198 198
			return !StringUtils.isEmpty(entity.getTitleCache());

Also available in: Unified diff